Duncan P. N. Exon Smith
4a5feedcaa
IR: Move MDLocation into place
...
This commit moves `MDLocation`, finishing off PR21433. There's an
accompanying clang commit for frontend testcases. I'll attach the
testcase upgrade script I used to PR21433 to help out-of-tree
frontends/backends.
This changes the schema for `DebugLoc` and `DILocation` from:
!{i32 3, i32 7, !7 , !8}
to:
!MDLocation(line: 3, column: 7, scope: !7 , inlinedAt: !8 )
Note that empty fields (line/column: 0 and inlinedAt: null) don't get
printed by the assembly writer.
llvm-svn: 226048
2015-01-14 22:27:36 +00:00
..
2013-08-16 00:37:11 +00:00
2015-01-14 22:27:36 +00:00
2014-09-11 08:40:17 +00:00
2015-01-14 22:27:36 +00:00
2014-09-03 21:01:03 +00:00
2015-01-06 19:02:56 +00:00
2014-10-16 20:00:02 +00:00
2013-08-16 00:37:11 +00:00
2014-11-12 22:16:55 +00:00
2014-06-10 00:32:29 +00:00
2014-03-13 23:18:37 +00:00
2014-08-21 02:12:35 +00:00
2014-11-25 17:23:05 +00:00
2015-01-14 22:27:36 +00:00
2014-12-15 19:07:53 +00:00
2014-11-18 17:46:32 +00:00
2014-11-03 18:19:26 +00:00
2015-01-14 22:27:36 +00:00
2015-01-06 22:55:16 +00:00
2015-01-14 22:27:36 +00:00
2015-01-12 19:29:48 +00:00
2015-01-06 19:02:56 +00:00
2015-01-14 22:27:36 +00:00
2015-01-14 22:27:36 +00:00
2014-12-17 08:12:59 +00:00
2014-12-20 03:04:38 +00:00
2014-07-30 22:51:54 +00:00
2014-05-27 22:03:28 +00:00
2015-01-04 07:06:53 +00:00
2014-12-22 22:35:46 +00:00
2015-01-14 22:27:36 +00:00
2014-11-03 23:19:16 +00:00
2013-08-16 00:37:11 +00:00
2015-01-14 22:27:36 +00:00
2014-01-03 17:20:01 +00:00
2015-01-14 22:27:36 +00:00
2014-09-12 17:55:16 +00:00
2014-12-15 19:07:53 +00:00
2015-01-10 00:31:10 +00:00
2013-08-16 00:37:11 +00:00
2015-01-14 22:27:36 +00:00
2014-06-13 14:24:07 +00:00
2014-12-15 19:07:53 +00:00
2014-03-20 19:54:47 +00:00
2014-07-11 10:36:00 +00:00
2015-01-14 22:27:36 +00:00
2014-10-16 19:43:08 +00:00
2014-12-15 19:07:53 +00:00
2014-07-30 22:51:54 +00:00
2015-01-14 22:27:36 +00:00
2014-08-01 23:21:21 +00:00
2013-08-16 00:37:11 +00:00
2013-08-16 00:37:11 +00:00
2014-11-19 23:21:20 +00:00
2013-08-16 00:37:11 +00:00
2015-01-14 22:27:36 +00:00
2015-01-14 22:27:36 +00:00
2015-01-14 22:27:36 +00:00
2014-11-07 08:54:19 +00:00
2014-10-25 18:34:03 +00:00
2015-01-14 22:27:36 +00:00
2014-03-21 15:51:51 +00:00
2015-01-14 22:27:36 +00:00
2015-01-05 04:17:53 +00:00
2015-01-14 22:27:36 +00:00
2014-12-03 04:28:32 +00:00
2014-11-19 13:32:51 +00:00
2014-06-09 22:42:55 +00:00
2014-12-02 18:31:53 +00:00