mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-06 01:06:06 +00:00

Python 3.5 is picky about writing strings to binary files, so we now open the file in text mode, and we explicitly set the newline mode to avoid re-writing it with CR+LF on Windows (which causes git to think the file had changed). llvm-svn: 258704