1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/examples
Lang Hames 4a600aef42 [ORC] Fix BuildingAJIT tutorial examples that were broken by r343059.
createLocalCompileCallbackManager now returns an Expected value. This commit
wraps the call with cantFail to unwrap it.

llvm-svn: 343060
2018-09-26 04:00:58 +00:00
..
BrainF Update examples for API change. NFC. 2018-02-14 19:23:27 +00:00
ExceptionDemo Fix broken links to the Itanium CXX ABI 2017-09-12 00:19:11 +00:00
Fibonacci Module::getOrInsertFunction is using C-style vararg instead of variadic templates. 2017-04-11 15:01:18 +00:00
HowToUseJIT Module::getOrInsertFunction is using C-style vararg instead of variadic templates. 2017-04-11 15:01:18 +00:00
Kaleidoscope [ORC] Fix BuildingAJIT tutorial examples that were broken by r343059. 2018-09-26 04:00:58 +00:00
ModuleMaker Update examples for API change. NFC. 2018-02-14 19:23:27 +00:00
OCaml-Kaleidoscope
ParallelJIT [CMake] Use PRIVATE in target_link_libraries for executables 2017-12-05 21:49:56 +00:00
CMakeLists.txt
LLVMBuild.txt