diff options
Diffstat (limited to 'lib/clang/libllvmcore/Makefile')
-rw-r--r-- | lib/clang/libllvmcore/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/clang/libllvmcore/Makefile b/lib/clang/libllvmcore/Makefile index 921d0be..52cf1d0 100644 --- a/lib/clang/libllvmcore/Makefile +++ b/lib/clang/libllvmcore/Makefile @@ -17,6 +17,7 @@ SRCS= AsmWriter.cpp \ DIBuilder.cpp \ DataLayout.cpp \ DebugInfo.cpp \ + DebugInfoMetadata.cpp \ DebugLoc.cpp \ DiagnosticInfo.cpp \ DiagnosticPrinter.cpp \ @@ -39,6 +40,7 @@ SRCS= AsmWriter.cpp \ Metadata.cpp \ MetadataTracking.cpp \ Module.cpp \ + Operator.cpp \ Pass.cpp \ PassManager.cpp \ PassRegistry.cpp \ @@ -46,7 +48,6 @@ SRCS= AsmWriter.cpp \ Type.cpp \ TypeFinder.cpp \ Use.cpp \ - UseListOrder.cpp \ User.cpp \ Value.cpp \ ValueSymbolTable.cpp \ |