[PATCH] Add writeFileWithSystemEncoding to LibLLVMSupport

Reid Kleckner rnk at google.com
Thu Aug 14 17:02:46 PDT 2014


Does gcc ignore things like UTF BOMs in response files?  Clang sniffs for the UTF-16 BOM when parsing response files on Windows. The best case would be that we give gcc a UTF-8 response file with a BOM, IMO.

http://reviews.llvm.org/D4896






More information about the llvm-commits mailing list