[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 6ce8e4f46b
commit 65049f9b79
1 changed files with 2 additions and 0 deletions

View File

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