forked from OSchip/llvm-project
[ORC][examples] Add missing library dependencies.
This commit is contained in:
parent
ed621e76a9
commit
71be8809d0
|
@ -1,8 +1,10 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
IPO
|
||||
IRReader
|
||||
OrcJIT
|
||||
ScalarOpts
|
||||
Support
|
||||
nativecodegen
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue