summaryrefslogtreecommitdiffstats
path: root/llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer')
-rw-r--r--llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt b/llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt
index 2277a8e51ec..6034fc67911 100644
--- a/llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt
+++ b/llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/CMakeLists.txt
@@ -1,6 +1,7 @@
set(LLVM_LINK_COMPONENTS
Core
IRReader
+ JITLink
OrcJIT
Support
nativecodegen
OpenPOWER on IntegriCloud