Duncan P. N. Exon Smith
988a7f8b79
DebugInfo: Fix bad debug info for compile units and types
...
Fix debug info in these tests, which started failing with a WIP patch to
verify compile units and types. The problems look like they were all
caused by bitrot. They fell into these categories:
- Using `!{i32 0}` instead of `!{}`.
- Using `!{null}` instead of `!{}`.
- Using `!MDExpression()` instead of `!{}`.
- Using `!8` instead of `!{!8}`.
- `file:` references that pointed at `MDCompileUnit`s instead of the
same `MDFile` as the compile unit.
- `file:` references that were numerically off-by-one or (off-by-ten).
llvm-svn: 233415
2015-03-27 20:46:33 +00:00
..
2015-02-27 21:17:42 +00:00
2015-03-13 18:20:45 +00:00
2014-04-03 23:47:24 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 21:17:42 +00:00
2015-03-13 18:20:45 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 21:17:42 +00:00
2014-04-03 23:47:24 +00:00
2015-03-27 20:46:33 +00:00
2015-03-13 18:20:45 +00:00
2015-02-27 21:17:42 +00:00
2014-11-05 06:43:02 +00:00
2015-02-27 21:17:42 +00:00
2015-03-13 18:20:45 +00:00
2014-04-03 23:47:24 +00:00
2014-08-20 23:38:50 +00:00
2015-02-27 21:17:42 +00:00
2014-04-03 23:47:24 +00:00
2015-03-13 18:20:45 +00:00
2014-12-15 19:07:53 +00:00
2014-04-03 23:47:24 +00:00
2014-04-03 23:47:24 +00:00
2014-12-04 23:56:27 +00:00
2014-04-03 23:47:24 +00:00
2014-11-03 20:37:04 +00:00
2014-04-03 23:47:24 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 21:17:42 +00:00
2015-03-13 18:20:45 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 21:17:42 +00:00
2015-02-27 21:17:42 +00:00
2014-06-09 22:42:55 +00:00
2014-04-03 23:47:24 +00:00
2014-04-03 23:47:24 +00:00
2015-02-27 21:17:42 +00:00
2014-02-13 16:49:47 +00:00
2014-04-03 23:47:24 +00:00
2014-08-22 21:59:26 +00:00
2015-02-27 19:29:02 +00:00
2014-04-03 23:47:24 +00:00
2014-04-10 22:58:43 +00:00
2015-02-27 21:17:42 +00:00
2014-01-21 22:46:46 +00:00
2015-02-27 19:29:02 +00:00
2015-03-20 17:20:07 +00:00
2014-04-03 23:47:24 +00:00
2014-04-15 22:29:32 +00:00
2015-02-27 21:17:42 +00:00
2014-04-03 23:47:24 +00:00
2015-03-13 18:20:45 +00:00
2014-09-24 16:35:50 +00:00
2014-04-03 23:47:24 +00:00
2013-12-18 21:29:44 +00:00
2014-04-03 23:47:24 +00:00
2014-01-11 21:06:00 +00:00
2015-03-13 18:20:45 +00:00