Commit a2fdb16
committed
Fix a regression in debug metadata
Fix an issue which blocked the local binding that
connects the !DILocalVariable to @llvm.dbg.declare. It
was introduced in 7da0254 which intended to eliminate
spurious local variables in the DWARF. This fix keeps
the compiler created variable's name unexposed to the
DWARF and restores the local binding as well.1 parent fe9691b commit a2fdb16
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10334 | 10334 | | |
10335 | 10335 | | |
10336 | 10336 | | |
10337 | | - | |
| 10337 | + | |
10338 | 10338 | | |
10339 | 10339 | | |
10340 | 10340 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1113 | 1113 | | |
1114 | 1114 | | |
1115 | 1115 | | |
1116 | | - | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
1117 | 1120 | | |
1118 | 1121 | | |
1119 | 1122 | | |
| |||
0 commit comments