the tblgen produced 'getRegisterName' method does not access
[oota-llvm.git] / lib / Target / MSP430 / AsmPrinter / CMakeLists.txt
1 include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2
3 add_llvm_library(LLVMMSP430AsmPrinter
4   MSP430AsmPrinter.cpp
5   )
6 add_dependencies(LLVMMSP430AsmPrinter MSP430CodeGenTable_gen)