1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/examples/LLJITExamples
Lang Hames 0e877bafdb [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
2019-10-21 22:29:29 +00:00
..
LLJITWithJITLink [examples] Fix some comments in the LLJITWithJITLink example 2019-10-18 18:35:02 +00:00
LLJITWithObjectCache [examples] Add a dependency on ExecutionEngine to LLJITWithObjectCache example. 2019-10-21 22:29:29 +00:00
CMakeLists.txt [examples] Add an example of how to use JITLink and small-code-model with LLJIT. 2019-10-18 18:25:15 +00:00
ExampleModules.h