OSDN Git Service

Add OrcJIT dependency for Kaleidoscope Chapter 9.
authorLang Hames <lhames@gmail.com>
Tue, 6 Feb 2018 22:22:10 +0000 (22:22 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 6 Feb 2018 22:22:10 +0000 (22:22 +0000)
This should fix the error at
http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-expensive/10421

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@324413 91177308-0d34-0410-b5e6-96231b3b80d8

examples/Kaleidoscope/Chapter9/CMakeLists.txt

index a85b2c5..565a7ff 100644 (file)
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   Object
+  OrcJIT
   Support
   native
   )