forked from OSchip/llvm-project
[examples] Add missing dependency in llvm examples
To fix build failure with BUILD_SHARED_LIBS=ON
This commit is contained in:
parent
cce4676d6d
commit
ff92e469ca
|
@ -6,6 +6,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
ExecutionEngine
|
||||
InstCombine
|
||||
Object
|
||||
OrcError
|
||||
OrcJIT
|
||||
RuntimeDyld
|
||||
ScalarOpts
|
||||
|
|
|
@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
ExecutionEngine
|
||||
InstCombine
|
||||
Object
|
||||
OrcError
|
||||
OrcJIT
|
||||
RuntimeDyld
|
||||
ScalarOpts
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
IRReader
|
||||
JITLink
|
||||
OrcJIT
|
||||
Support
|
||||
nativecodegen
|
||||
|
|
Loading…
Reference in New Issue