Update libllvmminimal and llvm-tblgen Makefiles, so llvm-tblgen and
clang-tblgen can build.
This commit is contained in:
parent
649c031e7b
commit
46df0db512
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user