[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 10:04:04 PDT 2017


fhahn added a comment.

This patch also adds guards for a few functions not used by dump(), but only inside DEBUG(). I could split them off if that's preferred.


https://reviews.llvm.org/D35949





More information about the llvm-commits mailing list