diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-15 06:10:23 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-15 06:10:23 +0000 |
| commit | 4b9ea39e76ef51805e5a5a468072b42340c83b9c (patch) | |
| tree | 68e868da8d9aa2dab5ce79da92e435d011f13d00 /llvm/lib | |
| parent | 93980d68e4f83855d6d997b9c83dd03689fa3710 (diff) | |
| download | bcm5719-llvm-4b9ea39e76ef51805e5a5a468072b42340c83b9c.tar.gz bcm5719-llvm-4b9ea39e76ef51805e5a5a468072b42340c83b9c.zip | |
cmake likes its explicit list of files to build.
llvm-svn: 79080
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/XCore/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/XCore/CMakeLists.txt b/llvm/lib/Target/XCore/CMakeLists.txt index f4e4c2212c2..26f43a92f92 100644 --- a/llvm/lib/Target/XCore/CMakeLists.txt +++ b/llvm/lib/Target/XCore/CMakeLists.txt @@ -11,6 +11,7 @@ tablegen(XCoreGenCallingConv.inc -gen-callingconv) tablegen(XCoreGenSubtarget.inc -gen-subtarget) add_llvm_target(XCore + MCSectionXCore.cpp XCoreAsmPrinter.cpp XCoreFrameInfo.cpp XCoreInstrInfo.cpp |

