forked from OSchip/llvm-project
Add TGSourceMgr.cpp to CMake build, sort lines
llvm-svn: 67042
This commit is contained in:
parent
e75d834c7c
commit
9f20b83568
|
@ -1,11 +1,13 @@
|
|||
add_executable(tblgen
|
||||
AsmWriterEmitter.cpp
|
||||
CallingConvEmitter.cpp
|
||||
ClangDiagnosticsEmitter.cpp
|
||||
CodeEmitterGen.cpp
|
||||
CodeGenDAGPatterns.cpp
|
||||
CodeGenInstruction.cpp
|
||||
CodeGenTarget.cpp
|
||||
DAGISelEmitter.cpp
|
||||
FastISelEmitter.cpp
|
||||
InstrEnumEmitter.cpp
|
||||
InstrInfoEmitter.cpp
|
||||
IntrinsicEmitter.cpp
|
||||
|
@ -15,11 +17,10 @@ add_executable(tblgen
|
|||
SubtargetEmitter.cpp
|
||||
TGLexer.cpp
|
||||
TGParser.cpp
|
||||
TGSourceMgr.cpp
|
||||
TGValueTypes.cpp
|
||||
TableGen.cpp
|
||||
TableGenBackend.cpp
|
||||
FastISelEmitter.cpp
|
||||
ClangDiagnosticsEmitter.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(tblgen LLVMSupport LLVMSystem)
|
||||
|
|
Loading…
Reference in New Issue