summaryrefslogtreecommitdiff
path: root/lib/Target/XCore
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-15 06:10:23 +0000
committerChris Lattner <sabre@nondot.org>2009-08-15 06:10:23 +0000
commit97d37b601d2c06bce14b029fc26ca03290e82539 (patch)
tree331a798b92bd4591375735dad5aeb4f2600004e6 /lib/Target/XCore
parent760e24cd0514d4459eb2802d81472432f688de09 (diff)
downloadllvm-97d37b601d2c06bce14b029fc26ca03290e82539.tar.gz
llvm-97d37b601d2c06bce14b029fc26ca03290e82539.tar.bz2
llvm-97d37b601d2c06bce14b029fc26ca03290e82539.tar.xz
cmake likes its explicit list of files to build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79080 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/XCore')
-rw-r--r--lib/Target/XCore/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/XCore/CMakeLists.txt b/lib/Target/XCore/CMakeLists.txt
index f4e4c2212c..26f43a92f9 100644
--- a/lib/Target/XCore/CMakeLists.txt
+++ b/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