llvm-6502/lib/Target/XCore/Disassembler/CMakeLists.txt
Richard Osborne 881e3cca66 Add XCore disassembler.
Currently there is no instruction encoding info and
XCoreDisassembler::getInstruction() always returns Fail. I intend to add
instruction encodings and tests in follow on commits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170292 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-16 17:29:14 +00:00

6 lines
128 B
CMake

add_llvm_library(LLVMXCoreDisassembler
XCoreDisassembler.cpp
)
add_dependencies(LLVMXCoreDisassembler XCoreCommonTableGen)