[PATCH] D81078: [Support] Use outs() in ToolOutputFile
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 3 06:00:21 PDT 2020
labath updated this revision to Diff 268156.
labath marked 2 inline comments as done.
labath added a comment.
Herald added a subscriber: mgorny.
- fix inverted condition
- add test
- replace std::unique_ptr with llvm::Optional
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81078/new/
https://reviews.llvm.org/D81078
Files:
llvm/include/llvm/Support/ToolOutputFile.h
llvm/include/llvm/Support/raw_ostream.h
llvm/lib/Support/ToolOutputFile.cpp
llvm/lib/Support/raw_ostream.cpp
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/ToolOutputFileTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81078.268156.patch
Type: text/x-patch
Size: 6094 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200603/a875a1f1/attachment.bin>
More information about the llvm-commits
mailing list