brintos

brintos / llvm-project-archived public Read only

0
0
Text · 214 B · 777de19 Raw
17 lines · plain
1add_llvm_component_library(LLVMDWP2  DWP.cpp3  DWPError.cpp4 5  ADDITIONAL_HEADER_DIRS6  ${LLVM_MAIN_INCLUDE_DIR}/llvm/DWP7 8  DEPENDS9  intrinsics_gen10 11  LINK_COMPONENTS12  DebugInfoDWARF13  MC14  Object15  Support16  )17