Skip to content

Commit 88e224a

Browse files
committed
[examples] Add a dependency on ExecutionEngine to LLJITWithObjectCache example.
ExecutionEngine.cpp contains the anchor() for the ObjectCache base class, so we need an explicit dependency on it. Patch by Stephen Neuendorffer. Thanks Stephen! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375461 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 34e11f6 commit 88e224a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/LLJITExamples/LLJITWithObjectCache/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
set(LLVM_LINK_COMPONENTS
22
Core
3+
ExecutionEngine
34
IRReader
45
OrcJIT
56
Support

0 commit comments

Comments
 (0)