forked from OSchip/llvm-project
[examples][cmake] build fix for examples with BUILD_SHARED_LIBS=on
Differential Revision: https://reviews.llvm.org/D85987
This commit is contained in:
parent
6ce8e4f46b
commit
65049f9b79
|
@ -2,6 +2,8 @@ set(LLVM_LINK_COMPONENTS
|
|||
Core
|
||||
ExecutionEngine
|
||||
IRReader
|
||||
JITLink
|
||||
OrcError
|
||||
OrcJIT
|
||||
Support
|
||||
nativecodegen
|
||||
|
|
Loading…
Reference in New Issue