forked from OSchip/llvm-project
[ORC][examples] Add missing library dependence
This commit is contained in:
parent
24199f534f
commit
382b3fe043
|
@ -1,6 +1,7 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
IRReader
|
||||
JITLink
|
||||
MC
|
||||
|
|
Loading…
Reference in New Issue