opnsense-src/contrib/llvm/lib/Target/PowerPC/InstPrinter/CMakeLists.txt
Dimitry Andric 2754fe609d Upgrade our copy of llvm/clang to r126079, from upstream's trunk.
This contains many improvements, primarily better C++ support, an
integrated assembler for x86 and support for -pg.
2011-02-20 19:33:47 +00:00

6 lines
214 B
CMake

include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_library(LLVMPowerPCAsmPrinter
PPCInstPrinter.cpp
)
add_dependencies(LLVMPowerPCAsmPrinter PowerPCCodeGenTable_gen)