1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/examples/Kaleidoscope
Lang Hames 96b587081e [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.
This tidies up some code that was manually constructing RuntimeDyld::SymbolInfo
instances from JITSymbols. It will save more mess in the future when
JITSymbol::getAddress is extended to return an Expected<TargetAddress> rather
than just a TargetAddress, since we'll be able to embed the error checking in
the conversion.

llvm-svn: 271350
2016-05-31 23:14:26 +00:00
..
BuildingAJIT [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol. 2016-05-31 23:14:26 +00:00
Chapter2 Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warnings in examples; other minor fixes. 2016-05-19 01:08:04 +00:00
Chapter3 [Kaleidoscope] Fix static global ordering to prevent crash on exit. 2016-05-22 22:48:36 +00:00
Chapter4 [Kaleidoscope] Fix static global ordering to prevent crash on exit. 2016-05-22 22:48:36 +00:00
Chapter5 [Kaleidoscope] Fix static global ordering to prevent crash on exit. 2016-05-22 22:48:36 +00:00
Chapter6 [Kaleidoscope] Fix static global ordering to prevent crash on exit. 2016-05-22 22:48:36 +00:00
Chapter7 [Kaleidoscope] Fix static global ordering to prevent crash on exit. 2016-05-22 22:48:36 +00:00
Chapter8 Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warnings in examples; other minor fixes. 2016-05-19 01:08:04 +00:00
include [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol. 2016-05-31 23:14:26 +00:00
MCJIT Remove every uses of getGlobalContext() in LLVM (but the C API) 2016-04-14 21:59:01 +00:00
CMakeLists.txt [Kaleidoscope][Orc] Remove the reference to the Orc directory that was removed 2016-05-27 22:21:12 +00:00