1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +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:
Stephen Neuendorffer 2019-10-25 15:49:41 -07:00
parent 665298049e
commit fd541e396d

View File

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