Adjust libllvmminimal and tblgen Makefiles so all the tblgen executables
build.
This commit is contained in:
parent
c85fd5ac5e
commit
24a0656771
@ -855,7 +855,6 @@ SRCS_MIN+= Support/ManagedStatic.cpp
|
||||
SRCS_MIN+= Support/MathExtras.cpp
|
||||
SRCS_XDL+= Support/Memory.cpp
|
||||
SRCS_MIN+= Support/MemoryBuffer.cpp
|
||||
SRCS_MIN+= Support/Mutex.cpp
|
||||
SRCS_MIN+= Support/NativeFormatting.cpp
|
||||
SRCS_MIN+= Support/Optional.cpp
|
||||
SRCS_LLD+= Support/Parallel.cpp
|
||||
|
@ -31,7 +31,6 @@ SRCS+= Support/LowLevelType.cpp
|
||||
SRCS+= Support/MD5.cpp
|
||||
SRCS+= Support/ManagedStatic.cpp
|
||||
SRCS+= Support/MemoryBuffer.cpp
|
||||
SRCS+= Support/Mutex.cpp
|
||||
SRCS+= Support/NativeFormatting.cpp
|
||||
SRCS+= Support/Path.cpp
|
||||
SRCS+= Support/PrettyStackTrace.cpp
|
||||
@ -54,6 +53,7 @@ SRCS+= Support/ToolOutputFile.cpp
|
||||
SRCS+= Support/Triple.cpp
|
||||
SRCS+= Support/Twine.cpp
|
||||
SRCS+= Support/Unicode.cpp
|
||||
SRCS+= Support/VirtualFileSystem.cpp
|
||||
SRCS+= Support/Watchdog.cpp
|
||||
SRCS+= Support/WithColor.cpp
|
||||
SRCS+= Support/circular_raw_ostream.cpp
|
||||
|
@ -4,16 +4,21 @@ PROG_CXX= clang-tblgen
|
||||
MAN=
|
||||
|
||||
SRCDIR= clang/utils/TableGen
|
||||
SRCS+= ASTTableGen.cpp
|
||||
SRCS+= ClangASTNodesEmitter.cpp
|
||||
SRCS+= ClangASTPropertiesEmitter.cpp
|
||||
SRCS+= ClangAttrEmitter.cpp
|
||||
SRCS+= ClangCommentCommandInfoEmitter.cpp
|
||||
SRCS+= ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
|
||||
SRCS+= ClangCommentHTMLTagsEmitter.cpp
|
||||
SRCS+= ClangDataCollectorsEmitter.cpp
|
||||
SRCS+= ClangDiagnosticsEmitter.cpp
|
||||
SRCS+= ClangOpcodesEmitter.cpp
|
||||
SRCS+= ClangOpenCLBuiltinEmitter.cpp
|
||||
SRCS+= ClangOptionDocEmitter.cpp
|
||||
SRCS+= ClangSACheckersEmitter.cpp
|
||||
SRCS+= ClangTypeNodesEmitter.cpp
|
||||
SRCS+= MveEmitter.cpp
|
||||
SRCS+= NeonEmitter.cpp
|
||||
SRCS+= TableGen.cpp
|
||||
|
||||
|
@ -5,6 +5,8 @@ MAN=
|
||||
|
||||
SRCDIR= lldb/utils/TableGen
|
||||
SRCS+= LLDBOptionDefEmitter.cpp
|
||||
SRCS+= LLDBPropertyDefEmitter.cpp
|
||||
SRCS+= LLDBTableGen.cpp
|
||||
SRCS+= LLDBTableGenUtils.cpp
|
||||
|
||||
.include "../llvm.prog.mk"
|
||||
|
@ -22,17 +22,29 @@ SRCS+= DAGISelMatcher.cpp
|
||||
SRCS+= DAGISelMatcherEmitter.cpp
|
||||
SRCS+= DAGISelMatcherGen.cpp
|
||||
SRCS+= DAGISelMatcherOpt.cpp
|
||||
SRCS+= DFAEmitter.cpp
|
||||
SRCS+= DFAPacketizerEmitter.cpp
|
||||
SRCS+= DisassemblerEmitter.cpp
|
||||
SRCS+= ExegesisEmitter.cpp
|
||||
SRCS+= FastISelEmitter.cpp
|
||||
SRCS+= FixedLenDecoderEmitter.cpp
|
||||
SRCS+= GICombinerEmitter.cpp
|
||||
SRCS+= GlobalISel/CodeExpander.cpp
|
||||
SRCS+= GlobalISel/GIMatchDag.cpp
|
||||
SRCS+= GlobalISel/GIMatchDagEdge.cpp
|
||||
SRCS+= GlobalISel/GIMatchDagInstr.cpp
|
||||
SRCS+= GlobalISel/GIMatchDagOperands.cpp
|
||||
SRCS+= GlobalISel/GIMatchDagPredicate.cpp
|
||||
SRCS+= GlobalISel/GIMatchDagPredicateDependencyEdge.cpp
|
||||
SRCS+= GlobalISel/GIMatchTree.cpp
|
||||
SRCS+= GlobalISelEmitter.cpp
|
||||
SRCS+= InfoByHwMode.cpp
|
||||
SRCS+= InstrDocsEmitter.cpp
|
||||
SRCS+= InstrInfoEmitter.cpp
|
||||
SRCS+= IntrinsicEmitter.cpp
|
||||
SRCS+= OptEmitter.cpp
|
||||
SRCS+= OptParserEmitter.cpp
|
||||
SRCS+= OptRSTEmitter.cpp
|
||||
SRCS+= PredicateExpander.cpp
|
||||
SRCS+= PseudoLoweringEmitter.cpp
|
||||
SRCS+= RISCVCompressInstEmitter.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user