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

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 11:33:19 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL314699: Move the stripping of invalid debug info from the Verifier to AutoUpgrade. (authored by adrian).

Changed prior to commit:
  https://reviews.llvm.org/D38184?vs=117375&id=117401#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D38184

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

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


More information about the llvm-commits mailing list