[PATCH] D15940: Add verifier pass for finding GC relocation bugs

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 4 18:23:10 PDT 2017


anna marked 3 inline comments as done.
anna added inline comments.


================
Comment at: lib/IR/SafepointIRVerifier.cpp:223-224
+
+  if (PrintOnly)
+    dbgs() << "Verifying gc pointers in function: " << F.getName() << "\n";
+
----------------
mjacob wrote:
> I think this should be in a DEBUG(...) and not guarded by PrintOnly.
I've added a DEBUG as well as a separate statement. We need PrintOnly guard as part of testing.


Repository:
  rL LLVM

https://reviews.llvm.org/D15940





More information about the llvm-commits mailing list