[all-commits] [llvm/llvm-project] bf830b: Switch to opening the temp file in binary mode
AaronBallman via All-commits
all-commits at lists.llvm.org
Tue Dec 3 12:32:30 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bf830b01a21e6ff2f44c17be4ad4ee897465a677
https://github.com/llvm/llvm-project/commit/bf830b01a21e6ff2f44c17be4ad4ee897465a677
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2019-12-03 (Tue, 03 Dec 2019)
Changed paths:
M clang/test/AST/gen_ast_dump_json_test.py
Log Message:
-----------
Switch to opening the temp file in binary mode
This corrects an issue where the script would write the file with the
incorrect line endings on Windows.
More information about the All-commits
mailing list