[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
Fri May 6 13:20:16 PDT 2016


aprantl updated this revision to Diff 56452.
aprantl added a comment.

Rebased on 268778. I also noticed that I messed up while preparing the patch and posted a version that didn't actually strip the invalid debug info in the transformation. This is fixed now.


http://reviews.llvm.org/D19987

Files:
  include/llvm/IR/DiagnosticInfo.h
  include/llvm/IR/Verifier.h
  lib/IR/DiagnosticInfo.cpp
  lib/IR/Verifier.cpp
  lib/Passes/PassRegistry.def
  unittests/IR/VerifierTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19987.56452.patch
Type: text/x-patch
Size: 7629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160506/b8b1da4a/attachment.bin>


More information about the llvm-commits mailing list