summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2011-08-09 21:36:11 +0000
committerOwen Anderson <resistor@mac.com>2011-08-09 21:36:11 +0000
commitd770f6c110512468e32790c75391a62cfb26bc9a (patch)
treecaccbd9e3aec16cdccaf53f973d3a111f637f568 /llvm/lib
parentde2c3813310425d79ab1c01f6debe25d2514620d (diff)
downloadbcm5719-llvm-d770f6c110512468e32790c75391a62cfb26bc9a.tar.gz
bcm5719-llvm-d770f6c110512468e32790c75391a62cfb26bc9a.zip
Don't generate the old-style disassembler in CMake builds either.
llvm-svn: 137153
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/CMakeLists.txt b/llvm/lib/Target/ARM/CMakeLists.txt
index ab99370ce8a..8ad375018cc 100644
--- a/llvm/lib/Target/ARM/CMakeLists.txt
+++ b/llvm/lib/Target/ARM/CMakeLists.txt
@@ -12,7 +12,6 @@ tablegen(ARMGenFastISel.inc -gen-fast-isel)
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)
OpenPOWER on IntegriCloud