[llvm-commits] [llvm] r137147 - /llvm/trunk/lib/Target/ARM/CMakeLists.txt

Owen Anderson resistor at mac.com
Tue Aug 9 14:09:59 PDT 2011


Author: resistor
Date: Tue Aug  9 16:09:59 2011
New Revision: 137147

URL: http://llvm.org/viewvc/llvm-project?rev=137147&view=rev
Log:
Attempt to fix CMake build.

Modified:
    llvm/trunk/lib/Target/ARM/CMakeLists.txt

Modified: llvm/trunk/lib/Target/ARM/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/CMakeLists.txt?rev=137147&r1=137146&r2=137147&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/CMakeLists.txt (original)
+++ llvm/trunk/lib/Target/ARM/CMakeLists.txt Tue Aug  9 16:09:59 2011
@@ -13,6 +13,7 @@
 tablegen(ARMGenSubtargetInfo.inc -gen-subtarget)
 tablegen(ARMGenEDInfo.inc -gen-enhanced-disassembly-info)
 tablegen(ARMGenDecoderTables.inc -gen-arm-decoder)
+tablegen(ARMGenDisassemblerTables.inc -gen-disassembler)
 add_public_tablegen_target(ARMCommonTableGen)
 
 add_llvm_target(ARMCodeGen





More information about the llvm-commits mailing list