mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[examples] Fix CMakefiles for JITLink and OrcError library refactoring
The examples need explicit library dependencies when building with BUILD_SHARED_LIBS=on
This commit is contained in:
parent
665298049e
commit
fd541e396d
@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
IRReader
|
||||
JITLink
|
||||
OrcJIT
|
||||
Support
|
||||
nativecodegen
|
||||
|
Loading…
Reference in New Issue
Block a user