Commit 4450b98
authored
Merge pull request swiftlang#66332 from gottesmm/pr-5f318bafc8cd3b8c9e6769c000956ac52bad12f8
[move-only] Add a call to indirectCleanup to make sure that we call llvm.lifetime.end when we emit a call to a deinit via the value witness table.File tree
2 files changed
+4
-0
lines changed- lib/IRGen
- test/IRGen
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2901 | 2901 | | |
2902 | 2902 | | |
2903 | 2903 | | |
| 2904 | + | |
2904 | 2905 | | |
2905 | 2906 | | |
2906 | 2907 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
0 commit comments