mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
20 lines
277 B
CMake
20 lines
277 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Core
|
|
ExecutionEngine
|
|
IRReader
|
|
JITLink
|
|
OrcJIT
|
|
OrcShared
|
|
OrcTargetProcess
|
|
Support
|
|
nativecodegen
|
|
)
|
|
|
|
add_llvm_example(LLJITWithRemoteDebugging
|
|
LLJITWithRemoteDebugging.cpp
|
|
RemoteJITUtils.cpp
|
|
|
|
DEPENDS
|
|
llvm-jitlink-executor
|
|
)
|