summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2008-09-22 01:08:49 +0000
committerOscar Fuentes <ofv@wanadoo.es>2008-09-22 01:08:49 +0000
commita229b3c9a78a54d73b9188f729f6dc4a0412ca0b (patch)
tree5ee5be099522e12eb686deb47734dc1cd6469606 /llvm/utils
parent91ef8fcd29e6baff721dabc494e65a5eabade386 (diff)
downloadbcm5719-llvm-a229b3c9a78a54d73b9188f729f6dc4a0412ca0b.tar.gz
bcm5719-llvm-a229b3c9a78a54d73b9188f729f6dc4a0412ca0b.zip
Initial support for the CMake build system.
llvm-svn: 56419
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/TableGen/CMakeLists.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/CMakeLists.txt b/llvm/utils/TableGen/CMakeLists.txt
new file mode 100644
index 00000000000..8141d761893
--- /dev/null
+++ b/llvm/utils/TableGen/CMakeLists.txt
@@ -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 )
OpenPOWER on IntegriCloud