summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/Disassembler/CMakeLists.txt
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2011-08-09 20:55:18 +0000
committerOwen Anderson <resistor@mac.com>2011-08-09 20:55:18 +0000
commite0152a73c29284eba12da854f548416f3f6c26a0 (patch)
tree9cb1303160dc1ecf0c7b9c43797eb8947b21fc02 /llvm/lib/Target/ARM/Disassembler/CMakeLists.txt
parent04f5672c5b07628d48554869afe38c646c84cc3d (diff)
downloadbcm5719-llvm-e0152a73c29284eba12da854f548416f3f6c26a0.tar.gz
bcm5719-llvm-e0152a73c29284eba12da854f548416f3f6c26a0.zip
Replace the existing ARM disassembler with a new one based on the FixedLenDecoderEmitter.
This new disassembler can correctly decode all the testcases that the old one did, though some "expected failure" testcases are XFAIL'd for now because it is not (yet) as strict in operand checking as the old one was. llvm-svn: 137144
Diffstat (limited to 'llvm/lib/Target/ARM/Disassembler/CMakeLists.txt')
-rw-r--r--llvm/lib/Target/ARM/Disassembler/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/Disassembler/CMakeLists.txt b/llvm/lib/Target/ARM/Disassembler/CMakeLists.txt
index 952dab53ec7..da87751150e 100644
--- a/llvm/lib/Target/ARM/Disassembler/CMakeLists.txt
+++ b/llvm/lib/Target/ARM/Disassembler/CMakeLists.txt
@@ -2,7 +2,6 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/
add_llvm_library(LLVMARMDisassembler
ARMDisassembler.cpp
- ARMDisassemblerCore.cpp
)
# workaround for hanging compilation on MSVC8, 9 and 10
if( MSVC_VERSION EQUAL 1400 OR MSVC_VERSION EQUAL 1500 OR MSVC_VERSION EQUAL 1600 )
OpenPOWER on IntegriCloud