Duncan P. N. Exon Smith
a60d430e31
Verifier: Remove the separate -verify-di pass
...
Remove `DebugInfoVerifierLegacyPass` and the `-verify-di` pass.
Instead, call into the `DebugInfoVerifier` from inside
`VerifierLegacyPass::finalizeModule()`. This better matches the logic
in `verifyModule()` (used by the new PassManager), avoids requiring two
separate passes to verify the IR, and makes the API for "add a pass to
verify the IR" simple.
Note: the `-verify-debug-info` flag still works (for now, at least;
eventually it might make sense to just remove it).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232772 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-19 22:24:17 +00:00
..
2015-02-14 19:37:54 +00:00
2015-03-03 22:01:13 +00:00
2015-03-05 18:32:14 +00:00
2015-03-03 21:56:11 +00:00
2015-02-15 22:54:22 +00:00
2015-02-15 22:54:22 +00:00
2015-03-18 00:41:24 +00:00
2015-02-19 16:08:20 +00:00
2015-03-17 23:54:51 +00:00
2015-03-16 21:03:55 +00:00
2015-02-21 00:37:53 +00:00
2015-03-17 21:32:46 +00:00
2015-02-26 23:36:28 +00:00
2015-02-15 22:54:22 +00:00
2015-03-01 21:49:21 +00:00
2015-02-15 22:54:22 +00:00
2015-01-14 10:19:28 +00:00
2015-02-15 22:54:22 +00:00
2015-02-15 22:54:22 +00:00
2015-02-15 22:54:22 +00:00
2015-03-03 22:01:13 +00:00
2015-02-15 22:54:22 +00:00
2015-03-13 21:54:20 +00:00
2015-03-17 16:16:14 +00:00
2015-03-16 18:06:57 +00:00
2015-03-10 02:37:25 +00:00
2015-03-03 22:01:13 +00:00
2015-03-14 21:40:10 +00:00
2015-03-15 01:23:20 +00:00
2015-02-08 08:27:19 +00:00
2015-03-12 01:45:37 +00:00
2015-01-24 17:51:26 +00:00
2015-03-18 16:23:44 +00:00
2015-03-10 19:49:38 +00:00
2015-01-06 23:00:37 +00:00
2015-03-12 23:16:18 +00:00
2015-03-15 01:03:19 +00:00
2015-01-05 02:47:05 +00:00
2014-12-12 01:27:01 +00:00
2015-01-28 09:47:21 +00:00
2015-01-22 21:01:12 +00:00
2015-02-15 22:54:22 +00:00
2015-03-17 20:40:21 +00:00
2015-02-25 05:10:25 +00:00
2015-03-17 21:32:46 +00:00
2015-03-15 06:53:32 +00:00
2014-12-09 18:38:53 +00:00
2015-03-13 21:54:20 +00:00
2015-03-14 19:24:04 +00:00
2015-03-13 21:03:36 +00:00
2015-02-27 02:19:11 +00:00
2015-03-07 10:55:47 +00:00
2014-12-20 03:04:38 +00:00
2015-02-20 15:28:35 +00:00
2014-12-22 19:07:45 +00:00
2014-12-09 18:38:53 +00:00
2015-02-15 22:54:22 +00:00
2015-02-15 22:54:22 +00:00
2015-02-15 22:54:22 +00:00
2015-03-10 02:37:25 +00:00
2015-03-03 21:18:16 +00:00
2015-02-15 22:54:22 +00:00
2015-03-19 22:24:17 +00:00