1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/include
Rafael Espindola d89ca7eab7 Replace the F_Binary flag with a F_Text one.
After this I will set the default back to F_None. The advantage is that
before this patch forgetting to set F_Binary would corrupt a file on windows.
Forgetting to set F_Text produces one that cannot be read in notepad, which
is a better failure mode :-)

llvm-svn: 202052
2014-02-24 18:20:12 +00:00
..
llvm Replace the F_Binary flag with a F_Text one. 2014-02-24 18:20:12 +00:00
llvm-c LTO API: add lto_module_create_from_memory_with_path. 2014-02-10 23:26:14 +00:00