[llvm] 7b9df09 - [Orc][examples] Add missing dependency to OrcShared in LLJITWithRemoteDebugging
Stefan Gränitz via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 28 08:49:32 PDT 2021
Author: Stefan Gränitz
Date: 2021-03-28T17:48:28+02:00
New Revision: 7b9df09e2050b8b2ab941fde7437fb2a67632cd6
URL: https://github.com/llvm/llvm-project/commit/7b9df09e2050b8b2ab941fde7437fb2a67632cd6
DIFF: https://github.com/llvm/llvm-project/commit/7b9df09e2050b8b2ab941fde7437fb2a67632cd6.diff
LOG: [Orc][examples] Add missing dependency to OrcShared in LLJITWithRemoteDebugging
Added:
Modified:
llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/CMakeLists.txt b/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/CMakeLists.txt
index b93dd4924b05..38d447bc91e3 100644
--- a/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/CMakeLists.txt
+++ b/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/CMakeLists.txt
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
IRReader
JITLink
OrcJIT
+ OrcShared
OrcTargetProcess
Support
nativecodegen
More information about the llvm-commits
mailing list