llvm-project/llvm/tools/llvm-undname
Zachary Turner c93b870c54 [llvm-undname] Flush output before demangling.
If an error occurs and we write it to stderr, it could appear
before we wrote the mangled name which we're undecorating.
By flushing stdout first, we ensure that the messages are always
sequenced in the correct order.

llvm-svn: 337645
2018-07-21 15:39:05 +00:00
..
CMakeLists.txt
LLVMBuild.txt
llvm-undname.cpp [llvm-undname] Flush output before demangling. 2018-07-21 15:39:05 +00:00