summaryrefslogtreecommitdiffstats
path: root/llvm/examples
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2018-02-06 22:22:10 +0000
committerLang Hames <lhames@gmail.com>2018-02-06 22:22:10 +0000
commitc998ea3a7e295e5ad59638aa37ef32b5e0e4372e (patch)
tree8f9cd3b4c72facc31b25616e8da32bdce990da68 /llvm/examples
parentc929f7ad423e9566dc9a06815d0f3f7f3d809db8 (diff)
downloadbcm5719-llvm-c998ea3a7e295e5ad59638aa37ef32b5e0e4372e.tar.gz
bcm5719-llvm-c998ea3a7e295e5ad59638aa37ef32b5e0e4372e.zip
Add OrcJIT dependency for Kaleidoscope Chapter 9.
This should fix the error at http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-expensive/10421 llvm-svn: 324413
Diffstat (limited to 'llvm/examples')
-rw-r--r--llvm/examples/Kaleidoscope/Chapter9/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter9/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter9/CMakeLists.txt
index a85b2c5e8b3..565a7ffd32e 100644
--- a/llvm/examples/Kaleidoscope/Chapter9/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter9/CMakeLists.txt
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Object
+ OrcJIT
Support
native
)
OpenPOWER on IntegriCloud