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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 03:09:47 PDT 2017


fhahn added a comment.

Thanks for having a look. Committed as is because some print functions are used in implementations of
 raw_ostream &operator<<(raw_ostream &OS, const X &X), which in turn are used in DEBUG()


https://reviews.llvm.org/D35949





More information about the llvm-commits mailing list