forked from OSchip/llvm-project
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:
parent
c929f7ad42
commit
c998ea3a7e
|
@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
Core
|
||||
ExecutionEngine
|
||||
Object
|
||||
OrcJIT
|
||||
Support
|
||||
native
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue