brintos

brintos / llvm-project-archived public Read only

0
0
Text · 400 B · eda8d23 Raw
16 lines · plain
1add_llvm_component_library(LLVMDebugInfoDWARFLowLevel2  DWARFCFIProgram.cpp3  DWARFExpression.cpp4  DWARFUnwindTable.cpp5 6  ADDITIONAL_HEADER_DIRS7  ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF/LowLevel8 9  # This code should have almost no dependencies. Anything that needs10  # more should use the higher-level DebugInfo/DWARF/ library.11  LINK_COMPONENTS12  BinaryFormat13  Support14  TargetParser15  )16