[PATCH] D47663: Add a debug dump for DbgValueHistoryMap
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 1 15:27:49 PDT 2018
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.h:56
+
+#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
+ void dump() const;
----------------
I vaguely recall that there is an LLVM_DUMP_FUNCTION macro for this purpose?
https://reviews.llvm.org/D47663
More information about the llvm-commits
mailing list