mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
37b571b778
Introduce DIPrinter which takes care of rendering DILineInfo and friends. This allows LLVMSymbolizer class to return a structured data instead of plain std::strings. llvm-svn: 251989
9 lines
174 B
CMake
9 lines
174 B
CMake
add_llvm_library(LLVMSymbolize
|
|
DIPrinter.cpp
|
|
SymbolizableObjectFile.cpp
|
|
Symbolize.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/Symbolize
|
|
)
|