]> granicus.if.org Git - llvm/commit
[examples] Add a dependency on ExecutionEngine to LLJITWithObjectCache example.
authorLang Hames <lhames@gmail.com>
Mon, 21 Oct 2019 22:29:29 +0000 (22:29 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 21 Oct 2019 22:29:29 +0000 (22:29 +0000)
commit88e224ab979f051c45870027387c9de5eec90889
tree3cc1225fa217d9a0b88172f7697c99f6461f5c5a
parent34e11f6a0ac26fedba586002ac3df3f398cf5e7e
[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
examples/LLJITExamples/LLJITWithObjectCache/CMakeLists.txt