[PATCH] D100034: [Windows] Remove global OF_None flag for Windows in ToolOutputFiles
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 7 10:50:52 PDT 2021
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
This change isn't NFC, there are many places we use OF_TextWithCRLF with ToolOutputFile:
https://github.com/llvm/llvm-project/blob/main/llvm/tools/llvm-dis/llvm-dis.cpp#L206
In any case, this is my preferred future direction, so let's just make the code change and fix any fallout.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100034/new/
https://reviews.llvm.org/D100034
More information about the llvm-commits
mailing list