blob: 6052622ba0d6eeb976232a984745195440cc1051 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
IRReader
JITLink
OrcDebugging
OrcJIT
OrcShared
OrcTargetProcess
Support
TargetParser
nativecodegen
)
if (LLVM_INCLUDE_UTILS)
add_llvm_example(LLJITWithRemoteDebugging
LLJITWithRemoteDebugging.cpp
RemoteJITUtils.cpp
DEPENDS
llvm-jitlink-executor
)
endif()