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

Owen Anderson resistor at mac.com
Tue Aug 9 14:36:11 PDT 2011


Author: resistor
Date: Tue Aug  9 16:36:11 2011
New Revision: 137153

URL: http://llvm.org/viewvc/llvm-project?rev=137153&view=rev
Log:
Don't generate the old-style disassembler in CMake builds either.

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=137153&r1=137152&r2=137153&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/CMakeLists.txt (original)
+++ llvm/trunk/lib/Target/ARM/CMakeLists.txt Tue Aug  9 16:36:11 2011
@@ -12,7 +12,6 @@
 tablegen(ARMGenCallingConv.inc -gen-callingconv)
 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)
 





More information about the llvm-commits mailing list