[PATCH] D38184: Move the stripping of malformed debug info from the Verifier to AutoUpgrade.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 09:49:30 PDT 2017


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

Address review feedback from @rnk, thanks!


https://reviews.llvm.org/D38184

Files:
  include/llvm/AsmParser/Parser.h
  include/llvm/IRReader/IRReader.h
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLParser.h
  lib/AsmParser/Parser.cpp
  lib/IR/AutoUpgrade.cpp
  lib/IR/DebugInfo.cpp
  lib/IR/Metadata.cpp
  lib/IR/Verifier.cpp
  lib/IRReader/IRReader.cpp
  lib/LTO/LTOCodeGenerator.cpp
  lib/LTO/ThinLTOCodeGenerator.cpp
  test/Analysis/GlobalsModRef/pr12351.ll
  test/DebugInfo/Generic/invalid.ll
  test/DebugInfo/Generic/location-verifier.ll
  test/DebugInfo/Generic/piece-verifier.ll
  test/DebugInfo/pr34186.ll
  test/LTO/X86/strip-debug-info-no-call-loc.ll
  test/LTO/X86/strip-debug-info.ll
  test/Verifier/DILocation-parents.ll
  test/Verifier/DISubprogram.ll
  test/Verifier/callsite-dbgloc.ll
  test/Verifier/dbg-difile-crash.ll
  test/Verifier/dbg-invalid-compileunit.ll
  test/Verifier/dbg-invalid-named-metadata.ll
  test/Verifier/dbg-invalid-retaintypes.ll
  test/Verifier/dbg-line-without-file.ll
  test/Verifier/dbg-null-retained-type.ll
  test/Verifier/dbg.ll
  test/Verifier/diglobalvariable.ll
  test/Verifier/fnarg-debuginfo.ll
  test/Verifier/fragment.ll
  test/Verifier/func-dbg.ll
  test/Verifier/llvm.dbg.declare-address.ll
  test/Verifier/llvm.dbg.declare-expression.ll
  test/Verifier/llvm.dbg.declare-variable.ll
  test/Verifier/llvm.dbg.value-expression.ll
  test/Verifier/llvm.dbg.value-value.ll
  test/Verifier/llvm.dbg.value-variable.ll
  test/Verifier/metadata-function-dbg.ll
  test/Verifier/pr34325.ll
  test/Verifier/tbaa.ll
  tools/llvm-as/llvm-as.cpp
  tools/opt/opt.cpp
  unittests/IR/VerifierTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38184.117375.patch
Type: text/x-patch
Size: 39984 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171002/f845ecd9/attachment-0001.bin>


More information about the llvm-commits mailing list