[PATCH] D19986: Refactor the Verifier so it can diagnose IR validation errors and debug info metadata errors separately. (NFC)
Paul Robinson via llvm-commits
llvm-commits at lists.llvm.org
Thu May 5 15:32:49 PDT 2016
probinson added a subscriber: probinson.
================
Comment at: lib/IR/Verifier.cpp:93
@@ +92,3 @@
+ /// Broken debug info can be "recovered" from by stripping the debug info.
+ bool BrokenDebugInfo= false;
+ /// Whether to treat broken debug info as an error.
----------------
Need a space before '='.
http://reviews.llvm.org/D19986
More information about the llvm-commits
mailing list