[PATCH] D20629: Port the strip-invalid-debuginfo logic to the legacy verifier pass, too.
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Wed May 25 13:38:28 PDT 2016
joker.eph added a comment.
> Since r268966 the modern Verifier pass defaults to stripping invalid debug info in nonasserts builds. This patch ports this behavior back to the legacy Verifier pass as well.
This sentence makes me expect a difference between release and assert builds, and I don't spot it in this patch.
http://reviews.llvm.org/D20629
More information about the llvm-commits
mailing list