mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 00:58:36 -04:00
This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
6 lines
214 B
CMake
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)
|