[all-commits] [llvm/llvm-project] 637816: [DebugInfo] Remove unnecessary flushes and add add...
James Henderson via All-commits
all-commits at lists.llvm.org
Tue Jun 9 05:51:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6378167409b3bf31f58f2356d6ded17c849425b9
https://github.com/llvm/llvm-project/commit/6378167409b3bf31f58f2356d6ded17c849425b9
Author: James Henderson <james.henderson at sony.com>
Date: 2020-06-09 (Tue, 09 Jun 2020)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
M llvm/test/tools/llvm-dwarfdump/X86/debug_line_invalid.test
Log Message:
-----------
[DebugInfo] Remove unnecessary flushes and add additional testing
The flushes previously existed to help ensure consistent error message
output when stdout and stderr were passed to the same location. This is
no longer necessary as errs() is now tied to outs().
Reviewed by: dblaikie, MaskRay, JDevlieghere, labath
Differential Revision: https://reviews.llvm.org/D80803
More information about the All-commits
mailing list