[PATCH] D14543: llvm-config: Explicitly flush ostream so output can be piped into other programs.

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 8 18:18:46 PST 2016


nhaehnle added a subscriber: nhaehnle.
nhaehnle added a comment.

What's happening is that the destructor at least of the static variable in llvm::outs() doesn't run when LLVM_LINK_TOOLS_DYLIB is enabled. Probably this affects other global variables as well.


http://reviews.llvm.org/D14543





More information about the llvm-commits mailing list