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
This commit is contained in:
Lang Hames 2018-02-06 22:22:10 +00:00
parent c929f7ad42
commit c998ea3a7e
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Object
OrcJIT
Support
native
)