Skip to content
Snippets Groups Projects
  • Rafael Espindola's avatar
    Replace the F_Binary flag with a F_Text one. · 90c7f1cc
    Rafael Espindola authored
    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
    90c7f1cc