[PATCH] D19987: Allow the LTO code generator to drop malformed debug info from the input
    Mehdi AMINI via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu May  5 17:18:04 PDT 2016
    
    
  
joker.eph added inline comments.
================
Comment at: lib/IR/Verifier.cpp:262
@@ -261,3 +261,3 @@
 public:
-  explicit Verifier(raw_ostream *OS, bool treatBrokenDebugInfoAsError = true)
+  explicit Verifier(raw_ostream *OS, bool ShouldTreatBrokenDebugInfoAsError)
       : VerifierSupport(OS), Context(nullptr), LandingPadResultTy(nullptr),
----------------
My impression is that D19986 hasn't been committed, I was expecting D19986 to be updated instead?
http://reviews.llvm.org/D19987
    
    
More information about the llvm-commits
mailing list