mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 23:48:49 +00:00
55e87bbf66
Introduce DIPrinter which takes care of rendering DILineInfo and friends. This allows LLVMSymbolizer class to return a structured data instead of plain std::strings. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251989 91177308-0d34-0410-b5e6-96231b3b80d8
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
|
|
)
|