summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/examples/LLJITExamples/LLJITWithObjectCache/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/examples/LLJITExamples/LLJITWithObjectCache/CMakeLists.txt b/llvm/examples/LLJITExamples/LLJITWithObjectCache/CMakeLists.txt
index 4c9680a8618..c5f8fd6a97a 100644
--- a/llvm/examples/LLJITExamples/LLJITWithObjectCache/CMakeLists.txt
+++ b/llvm/examples/LLJITExamples/LLJITWithObjectCache/CMakeLists.txt
@@ -1,5 +1,6 @@
set(LLVM_LINK_COMPONENTS
Core
+ ExecutionEngine
IRReader
OrcJIT
Support
OpenPOWER on IntegriCloud