diff --git a/lib/clang/libllvmminimal/Makefile b/lib/clang/libllvmminimal/Makefile index 248b8e38fc21..c8af3d53ef16 100644 --- a/lib/clang/libllvmminimal/Makefile +++ b/lib/clang/libllvmminimal/Makefile @@ -8,6 +8,7 @@ INTERNALLIB= SRCDIR= lib SRCS+= Support/APFloat.cpp SRCS+= Support/APInt.cpp +SRCS+= Support/ARMTargetParser.cpp SRCS+= Support/Atomic.cpp SRCS+= Support/CodeGenCoverage.cpp SRCS+= Support/CommandLine.cpp @@ -44,7 +45,6 @@ SRCS+= Support/StringExtras.cpp SRCS+= Support/StringMap.cpp SRCS+= Support/StringRef.cpp SRCS+= Support/StringSaver.cpp -SRCS+= Support/TargetParser.cpp SRCS+= Support/Threading.cpp SRCS+= Support/Timer.cpp SRCS+= Support/ToolOutputFile.cpp diff --git a/usr.bin/clang/llvm-tblgen/Makefile b/usr.bin/clang/llvm-tblgen/Makefile index b0f3f74d2d02..6507e7dd8cd2 100644 --- a/usr.bin/clang/llvm-tblgen/Makefile +++ b/usr.bin/clang/llvm-tblgen/Makefile @@ -24,6 +24,7 @@ SRCS+= DAGISelMatcherGen.cpp SRCS+= DAGISelMatcherOpt.cpp SRCS+= DFAPacketizerEmitter.cpp SRCS+= DisassemblerEmitter.cpp +SRCS+= ExegesisEmitter.cpp SRCS+= FastISelEmitter.cpp SRCS+= FixedLenDecoderEmitter.cpp SRCS+= GlobalISelEmitter.cpp