mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-03 15:26:18 +00:00
Initial support for the CMake build system.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56419 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
26
utils/TableGen/CMakeLists.txt
Normal file
26
utils/TableGen/CMakeLists.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
add_executable(tblgen
|
||||
AsmWriterEmitter.cpp
|
||||
CallingConvEmitter.cpp
|
||||
CodeEmitterGen.cpp
|
||||
CodeGenDAGPatterns.cpp
|
||||
CodeGenInstruction.cpp
|
||||
CodeGenTarget.cpp
|
||||
DAGISelEmitter.cpp
|
||||
InstrEnumEmitter.cpp
|
||||
InstrInfoEmitter.cpp
|
||||
IntrinsicEmitter.cpp
|
||||
LLVMCConfigurationEmitter.cpp
|
||||
Record.cpp
|
||||
RegisterInfoEmitter.cpp
|
||||
SubtargetEmitter.cpp
|
||||
TGLexer.cpp
|
||||
TGParser.cpp
|
||||
TableGen.cpp
|
||||
TableGenBackend.cpp
|
||||
FastISelEmitter.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(tblgen LLVMSupport LLVMSystem)
|
||||
if( MINGW )
|
||||
target_link_libraries(tblgen imagehlp psapi)
|
||||
endif( MINGW )
|
Reference in New Issue
Block a user