mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
3ab1a8a75e
This reverts part of D81156. Accessing errs() concurrently was safe before and racy after D81156. (`errs() << 'a'` is always racy) Accessing outs() and errs() concurrently was safe before and racy after D81156. Don't tie errs() to outs() by default to fix the fallout. llvm-dwarfdump is single-threaded and opting in the tie behavior is safe. |
||
---|---|---|
.. | ||
fuzzer | ||
CMakeLists.txt | ||
llvm-dwarfdump.cpp | ||
llvm-dwarfdump.h | ||
LLVMBuild.txt | ||
SectionSizes.cpp | ||
Statistics.cpp |