brintos

brintos / llvm-project-archived public Read only

0
0
Text · 379 B · 3ec53b0 Raw
27 lines · plain
1add_llvm_component_library(LLVMSandboxIR2  Argument.cpp3  BasicBlock.cpp4  Constant.cpp5  Context.cpp6  Function.cpp7  Instruction.cpp8  Module.cpp9  Pass.cpp10  PassManager.cpp11  Region.cpp12  Tracker.cpp13  Type.cpp14  User.cpp15  Use.cpp16  Value.cpp17 18  ADDITIONAL_HEADER_DIRS19  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/SandboxIR20 21  LINK_COMPONENTS22  Core23  Support24  Analysis25  )26 27