[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)
commit0b4368cbfbaf477c170b76e7704ce5e745cc0178
tree2f989910f9201b1956c7c08ba6c6c4b5e37c4552
parent97263fa2ddd21661b90085845fed61b9b5dec367
[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!

llvm-svn: 375461
llvm/examples/LLJITExamples/LLJITWithObjectCache/CMakeLists.txt