brintos

brintos / llvm-project-archived public Read only

0
0
Text · 167 B · f7a4610 Raw
15 lines · plain
1add_llvm_component_library(LLVMMCJIT2  MCJIT.cpp3 4  DEPENDS5  intrinsics_gen6 7  LINK_COMPONENTS8  Core9  ExecutionEngine10  Object11  RuntimeDyld12  Support13  Target14  )15