1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

[examples][cmake] build fix for examples with BUILD_SHARED_LIBS=on

Differential Revision: https://reviews.llvm.org/D85987
This commit is contained in:
Stephen Neuendorffer 2020-08-14 11:37:51 -07:00
parent 6bd4cdd3c7
commit 1e6f44130d

View File

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