brintos

brintos / llvm-project-archived public Read only

0
0
Text · 349 B · 6052622 Raw
24 lines · plain
1set(LLVM_LINK_COMPONENTS2  Core3  ExecutionEngine4  IRReader5  JITLink6  OrcDebugging7  OrcJIT8  OrcShared9  OrcTargetProcess10  Support11  TargetParser12  nativecodegen13  )14 15if (LLVM_INCLUDE_UTILS)16  add_llvm_example(LLJITWithRemoteDebugging17    LLJITWithRemoteDebugging.cpp18    RemoteJITUtils.cpp19 20    DEPENDS21      llvm-jitlink-executor22  )23endif()24