cmake likes its explicit list of files to build.
authorChris Lattner <sabre@nondot.org>
Sat, 15 Aug 2009 06:10:23 +0000 (06:10 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 15 Aug 2009 06:10:23 +0000 (06:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79080 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/XCore/CMakeLists.txt

index f4e4c2212c28839e19bc368fb90881f0e882bfa9..26f43a92f92371579b5527139c84ae1be0cb105c 100644 (file)
@@ -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