From 676320a01845b4dc9e6e8eee5e7da6b9a3b20bfa Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 20 Jan 2019 18:53:32 +0000 Subject: [PATCH] Update libllvmminimal and llvm-tblgen Makefiles, so llvm-tblgen and clang-tblgen can build. --- lib/clang/libllvmminimal/Makefile | 2 +- usr.bin/clang/llvm-tblgen/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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