[PATCH] Verifier: Set --verify-debug-info=true by default

Duncan P. N. Exon Smith dexonsmith at apple.com
Mon Mar 16 17:38:24 PDT 2015


r186634 started verifying debug info, and r194986 disabled it by default
because it was too expensive to run the checks on every function (since
most of the graph was reachable from each function).

r206300 moved the checks to module-level to make it cheaper, but there
was already quite a bit of testcase bitrot (and the verifier would only
print `<badref>`) so I guess no one had time to turn it back on.

This does just that.  Upgrade scripts this past autumn and winter
probably fixed some of the bitrot, and this weekend I fixed the verifier
output (r232275, r232417, r232418) and thusly the remaining failing
testcases (r232290, r232415).


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Verifier-Set-verify-debug-info-true-by-default.patch
Type: application/octet-stream
Size: 1377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150316/05f08455/attachment.obj>


More information about the llvm-commits mailing list