1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/examples
Rafael Espindola 1d5713d9bf Modernize raw_fd_ostream's constructor a bit.
Take a StringRef instead of a "const char *".
Take a "std::error_code &" instead of a "std::string &" for error.

A create static method would be even better, but this patch is already a bit too
big.

llvm-svn: 216393
2014-08-25 18:16:47 +00:00
..
BrainF Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
ExceptionDemo Make it explicit that ExecutionEngine takes ownership of the modules. 2014-08-19 04:04:25 +00:00
Fibonacci Make it explicit that ExecutionEngine takes ownership of the modules. 2014-08-19 04:04:25 +00:00
HowToUseJIT Make it explicit that ExecutionEngine takes ownership of the modules. 2014-08-19 04:04:25 +00:00
Kaleidoscope Make it explicit that ExecutionEngine takes ownership of the modules. 2014-08-19 04:04:25 +00:00
ModuleMaker [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. 2013-12-10 11:13:32 +00:00
OCaml-Kaleidoscope Move TargetData to DataLayout. 2012-10-08 16:37:04 +00:00
ParallelJIT Make it explicit that ExecutionEngine takes ownership of the modules. 2014-08-19 04:04:25 +00:00
CMakeLists.txt Don't try to build ExceptionDemo on ARM. 2014-02-12 21:47:15 +00:00
LLVMBuild.txt
Makefile