aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Neuendorffer <stephen.neuendorffer@xilinx.com>2020-03-23 15:20:54 -0700
committerStephen Neuendorffer <stephen.neuendorffer@xilinx.com>2020-03-23 15:21:45 -0700
commitc5c4109071ce22e5d3cd8404a7e4d64debdf377a (patch)
tree3670e4f0eb2f26335ee80e1b4463ed17d0560278
parentde0758e5bd9c880d4179b51611fb5d76bc6b305b (diff)
downloadllvm-c5c4109071ce22e5d3cd8404a7e4d64debdf377a.zip
llvm-c5c4109071ce22e5d3cd8404a7e4d64debdf377a.tar.gz
llvm-c5c4109071ce22e5d3cd8404a7e4d64debdf377a.tar.bz2
[examples] Fixes for BUILD_SHARED_LIBS=on
-rw-r--r--llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/CMakeLists.txt b/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/CMakeLists.txt
index 5bf9642..0b1cdff 100644
--- a/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/CMakeLists.txt
+++ b/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/CMakeLists.txt
@@ -1,5 +1,6 @@
set(LLVM_LINK_COMPONENTS
Core
+ ExecutionEngine
IRReader
JITLink
OrcJIT