llvm-6502/lib/Target/XCore/InstPrinter/CMakeLists.txt
Richard Osborne 9578d793c9 Change XCoreAsmPrinter to lower MachineInstrs to MCInsts before emission.
This change adds XCoreMCInstLower to do the lowering to MCInst and
XCoreInstPrinter to print the MCInsts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170288 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-16 16:20:48 +00:00

8 lines
209 B
CMake

include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_library(LLVMXCoreAsmPrinter
XCoreInstPrinter.cpp
)
add_dependencies(LLVMXCoreAsmPrinter XCoreCommonTableGen)