mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
[examples] Add missing dependency in llvm examples
To fix build failure with BUILD_SHARED_LIBS=ON
This commit is contained in:
parent
fdc8cf41bd
commit
a28ce41671
@ -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
Block a user