Skip to content

Commit 27f2e9a

Browse files
[examples] Fix CMakefiles for JITLink and OrcError library refactoring
The examples need explicit library dependencies when building with BUILD_SHARED_LIBS=on
1 parent f4c26d9 commit 27f2e9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/examples/LLJITExamples/LLJITDumpObjects/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
22
Core
33
ExecutionEngine
44
IRReader
5+
JITLink
56
OrcJIT
67
Support
78
nativecodegen

0 commit comments

Comments
 (0)