Update libllvmminimal and llvm-tblgen Makefiles, so llvm-tblgen and

clang-tblgen can build.
This commit is contained in:
Dimitry Andric 2019-01-20 18:53:32 +00:00
parent 0bf31f1fdc
commit 676320a018
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang800-import/; revision=343221
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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