Duncan P. N. Exon Smith
37ac8d3622
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226048 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-14 22:27:36 +00:00
..
2011-07-09 17:41:24 +00:00
2011-06-17 03:14:27 +00:00
2012-07-02 12:47:22 +00:00
2012-07-02 12:47:22 +00:00
2012-07-02 12:47:22 +00:00
2013-10-28 23:37:45 +00:00
2011-06-17 03:14:27 +00:00
2011-06-17 03:14:27 +00:00
2012-07-02 12:47:22 +00:00
2014-06-03 02:41:57 +00:00
2014-07-30 22:51:54 +00:00
2015-01-14 22:27:36 +00:00
2014-07-01 15:26:50 +00:00
2013-10-27 03:08:44 +00:00
2012-07-24 07:21:08 +00:00
2013-10-27 03:08:44 +00:00
2012-12-30 02:33:22 +00:00
2012-12-30 02:33:22 +00:00
2011-04-09 09:11:09 +00:00
2013-07-14 01:50:49 +00:00
2014-07-30 22:51:54 +00:00
2014-07-30 22:51:54 +00:00
2014-07-30 22:51:54 +00:00
2014-07-30 22:51:54 +00:00
2013-12-12 20:45:24 +00:00
2014-05-07 22:57:20 +00:00
2013-10-27 03:08:44 +00:00
2013-07-14 01:42:54 +00:00
2013-07-14 01:42:54 +00:00
2013-07-20 23:33:15 +00:00
2012-07-02 12:47:22 +00:00
2014-08-08 05:50:43 +00:00
2013-04-02 08:16:45 +00:00
2012-12-30 02:33:22 +00:00
2013-07-14 01:42:54 +00:00
2014-05-16 20:39:27 +00:00
2012-02-09 14:26:06 +00:00
2011-10-20 05:23:42 +00:00
2013-07-14 01:50:49 +00:00
2014-12-15 19:07:53 +00:00
2014-02-26 19:57:30 +00:00
2013-10-27 03:08:44 +00:00
2012-07-02 12:47:22 +00:00
2014-03-23 04:22:31 +00:00
2013-07-25 02:55:14 +00:00
2012-02-20 23:32:26 +00:00
2012-03-13 18:01:37 +00:00
2013-07-14 01:42:54 +00:00
2013-05-16 04:12:04 +00:00
2012-07-02 12:47:22 +00:00
2012-12-30 01:28:40 +00:00
2014-01-02 20:01:43 +00:00
2014-12-15 19:07:53 +00:00
2015-01-06 22:55:16 +00:00
2015-01-06 22:55:16 +00:00
2012-07-02 12:47:22 +00:00
2013-07-14 01:42:54 +00:00
2013-10-27 03:08:44 +00:00
2013-07-14 01:42:54 +00:00