[PATCH] D19987: Allow the LTO code generator to drop malformed debug info from the input
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Thu May 5 12:50:10 PDT 2016
aprantl added inline comments.
================
Comment at: lib/IR/Verifier.cpp:4436
@@ +4435,3 @@
+ // Don't use a raw_null_ostream. Printing IR is expensive.
+ Verifier V(OS, /*treatBrokenDebugInfoAsError=*/false);
+ bool Broken = false;
----------------
joker.eph wrote:
> `s/treatBrokenDebugInfoAsError/TreatBrokenDebugInfoAsError/`
The function argument is really spelled like that to disambiguate it from the member.
http://reviews.llvm.org/D19987
More information about the llvm-commits
mailing list