Duncan P. N. Exon Smith
bf2040f00c
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
...
Remove the fake `DW_TAG_auto_variable` and `DW_TAG_arg_variable` tags,
using `DW_TAG_variable` in their place Stop exposing the `tag:` field at
all in the assembly format for `DILocalVariable`.
Most of the testcase updates were generated by the following sed script:
find test/ -name "*.ll" -o -name "*.mir" |
xargs grep -l 'DILocalVariable' |
xargs sed -i '' \
-e 's/tag: DW_TAG_arg_variable, //' \
-e 's/tag: DW_TAG_auto_variable, //'
There were only a handful of tests in `test/Assembly` that I needed to
update by hand.
(Note: a follow-up could change `DILocalVariable::DILocalVariable()` to
set the tag to `DW_TAG_formal_parameter` instead of `DW_TAG_variable`
(as appropriate), instead of having that logic magically in the backend
in `DbgVariable`. I've added a FIXME to that effect.)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243774 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-31 18:58:39 +00:00
..
2015-07-31 18:58:39 +00:00
2015-03-13 18:20:45 +00:00
2014-10-23 18:44:07 +00:00
2014-10-23 18:52:46 +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-04-29 16:38:44 +00:00
2015-04-29 16:38:44 +00:00
2015-04-29 16:38:44 +00:00
2015-04-29 16:38:44 +00:00
2015-04-29 16:38:44 +00:00
2015-05-12 16:47:30 +00:00
2015-07-31 18:58:39 +00:00
2015-07-31 18:58:39 +00:00
2015-04-29 16:38:44 +00:00
2015-04-29 16:38:44 +00:00
2014-06-03 02:41:57 +00:00
2014-12-05 00:02:42 +00:00
2015-03-13 18:20:45 +00:00
2015-02-13 00:40:41 +00:00
2015-03-31 03:07:23 +00:00
2015-01-06 22:55:16 +00:00
2015-01-06 22:55:16 +00:00
2015-01-06 22:55:16 +00:00
2015-03-13 18:20:45 +00:00
2015-01-06 22:55:16 +00:00
2015-01-06 22:55:16 +00:00
2015-01-06 22:55:16 +00:00
2015-06-22 21:46:51 +00:00
2015-01-06 22:55:16 +00:00
2014-10-31 05:04:16 +00:00
2015-01-06 22:55:16 +00:00
2014-09-05 21:27:52 +00:00
2015-03-04 18:43:29 +00:00
2015-07-31 18:58:39 +00:00
2015-07-31 18:58:39 +00:00
2015-04-29 16:38:44 +00:00
2015-04-29 16:38:44 +00:00
2015-02-04 19:44:34 +00:00
2015-01-08 22:42:30 +00:00
2015-03-27 15:55:06 +00:00
2014-08-12 16:46:37 +00:00
2014-11-05 21:33:34 +00:00
2015-02-27 21:17:42 +00:00
2014-09-09 17:48:18 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-08 18:45:16 +00:00
2015-04-29 16:38:44 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2015-04-24 22:07:31 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2015-03-25 23:22:10 +00:00
2014-12-15 19:07:53 +00:00
2015-03-25 23:22:10 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2015-01-07 21:32:27 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2015-02-27 19:29:02 +00:00
2015-04-22 04:11:00 +00:00
2015-05-12 16:47:30 +00:00
2015-04-24 16:56:24 +00:00
2015-04-22 04:11:00 +00:00
2015-02-27 19:29:02 +00:00
2015-03-13 18:20:45 +00:00
2014-12-03 07:18:23 +00:00
2014-12-08 18:45:16 +00:00
2015-03-06 00:50:21 +00:00
2014-12-08 13:44:38 +00:00
2014-10-31 16:52:30 +00:00
2015-04-29 16:38:44 +00:00
2015-04-29 16:38:44 +00:00
2015-04-29 16:38:44 +00:00
2015-03-02 21:33:18 +00:00
2015-05-12 16:47:30 +00:00
2014-11-25 04:43:59 +00:00
2014-12-01 04:15:59 +00:00
2014-11-25 15:33:40 +00:00
2015-07-31 18:58:39 +00:00
2015-07-31 18:58:39 +00:00
2014-11-28 16:41:24 +00:00
2015-07-31 18:58:39 +00:00
2015-07-31 18:58:39 +00:00
2015-07-31 18:58:39 +00:00
2015-07-31 18:58:39 +00:00
2015-02-27 19:29:02 +00:00
2015-07-31 18:58:39 +00:00
2015-07-31 18:58:39 +00:00
2014-11-25 03:47:57 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-06-06 01:20:28 +00:00
2014-09-09 15:40:12 +00:00
2015-01-06 22:55:16 +00:00
2014-11-24 20:35:59 +00:00