forked from OSchip/llvm-project
[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
f4c26d993b
commit
27f2e9ab1c
|
@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
Core
|
||||
ExecutionEngine
|
||||
IRReader
|
||||
JITLink
|
||||
OrcJIT
|
||||
Support
|
||||
nativecodegen
|
||||
|
|
Loading…
Reference in New Issue