diff options
author | Fangrui Song <maskray@google.com> | 2020-06-11 15:19:05 -0700 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2020-06-11 15:19:56 -0700 |
commit | 030897523d43e3296f69d25a71a140d9e5793c6a (patch) | |
tree | 7841a1a839b664594bc491d449c0a7980dc7fe59 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 7fac1acc617113b7a3276ee0f0664bedca978292 (diff) | |
download | llvm-030897523d43e3296f69d25a71a140d9e5793c6a.zip llvm-030897523d43e3296f69d25a71a140d9e5793c6a.tar.gz llvm-030897523d43e3296f69d25a71a140d9e5793c6a.tar.bz2 |
[Support] Don't tie errs() to outs() by default
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.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
0 files changed, 0 insertions, 0 deletions