mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 08:25:22 -04:00
This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
6 lines
108 B
CMake
6 lines
108 B
CMake
add_llvm_library(LLVMObject
|
|
MachOObject.cpp
|
|
ObjectFile.cpp
|
|
COFFObjectFile.cpp
|
|
ELFObjectFile.cpp
|
|
)
|