1
0
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:
Hiroshi Inoue 2020-01-11 01:59:59 +09:00
parent fdc8cf41bd
commit a28ce41671
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ set(LLVM_LINK_COMPONENTS
ExecutionEngine
InstCombine
Object
OrcError
OrcJIT
RuntimeDyld
ScalarOpts

View File

@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
ExecutionEngine
InstCombine
Object
OrcError
OrcJIT
RuntimeDyld
ScalarOpts

View File

@ -1,6 +1,7 @@
set(LLVM_LINK_COMPONENTS
Core
IRReader
JITLink
OrcJIT
Support
nativecodegen