[RISCV] Match vcompress during shuffle lowering (#117748)
[llvm-project.git] / llvm / examples / OrcV2Examples / LLJITWithRemoteDebugging / CMakeLists.txt
blob6052622ba0d6eeb976232a984745195440cc1051
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ExecutionEngine
4   IRReader
5   JITLink
6   OrcDebugging
7   OrcJIT
8   OrcShared
9   OrcTargetProcess
10   Support
11   TargetParser
12   nativecodegen
13   )
15 if (LLVM_INCLUDE_UTILS)
16   add_llvm_example(LLJITWithRemoteDebugging
17     LLJITWithRemoteDebugging.cpp
18     RemoteJITUtils.cpp
20     DEPENDS
21       llvm-jitlink-executor
22   )
23 endif()