[all-commits] [llvm/llvm-project] 0b4368: [examples] Add a dependency on ExecutionEngine to ...
lhames via All-commits
all-commits at lists.llvm.org
Mon Oct 21 15:28:06 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0b4368cbfbaf477c170b76e7704ce5e745cc0178
https://github.com/llvm/llvm-project/commit/0b4368cbfbaf477c170b76e7704ce5e745cc0178
Author: Lang Hames <lhames at gmail.com>
Date: 2019-10-21 (Mon, 21 Oct 2019)
Changed paths:
M llvm/examples/LLJITExamples/LLJITWithObjectCache/CMakeLists.txt
Log Message:
-----------
[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
More information about the All-commits
mailing list