[PATCH] D35949: Guard print() functions only used by dump() functions.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 13:30:42 PDT 2017


fhahn added a comment.

I think it shouldn't be to hard to fold the print() functions into the dump() functions in most cases. I could update the patch. The only benefit of having those print functions would be debugging, in the rare case someone wants to print to a different stream then stderr.


https://reviews.llvm.org/D35949





More information about the llvm-commits mailing list