blob: eda8d2314b7dded9d7bcca56515d31ec3dcb8b4b [file]
add_llvm_component_library(LLVMDebugInfoDWARFLowLevel
DWARFCFIProgram.cpp
DWARFExpression.cpp
DWARFUnwindTable.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF/LowLevel
# This code should have almost no dependencies. Anything that needs
# more should use the higher-level DebugInfo/DWARF/ library.
LINK_COMPONENTS
BinaryFormat
Support
TargetParser
)