[all-commits] [llvm/llvm-project] 5c8462: [Windows] Remove global OF_None flag for Windows i...
Abhina Sree via All-commits
all-commits at lists.llvm.org
Wed Apr 7 11:10:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c8462b5daa2a17eadf5e9f6b976452369aa3a93
https://github.com/llvm/llvm-project/commit/5c8462b5daa2a17eadf5e9f6b976452369aa3a93
Author: Abhina Sreeskantharajan <Abhina.Sreeskantharajan at ibm.com>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M llvm/lib/Support/ToolOutputFile.cpp
Log Message:
-----------
[Windows] Remove global OF_None flag for Windows in ToolOutputFiles
Since we have created a new OF_TextWithCRLF flag, we no longer need to worry about OF_Text flag turning on CRLF translation. I can remove this workaround I added to globally open all ToolOutputFiles as binary on Windows.
Reviewed By: rnk
Differential Revision: https://reviews.llvm.org/D100034
More information about the All-commits
mailing list