Commit 8583b1f
committed
The problem fixed by commit 53c8d6c would have been noticed if we'd
been running LLVM's verify pass on generated IR. Doing so also reveals
a complaint about incorrect name mangling, fixed here. Only enabled for
LLVM 17+ because it uses the new pass manager API.
Suggested-by: Dmitry Dolgov <9erthalion6@gmail.com>
Discussion: https://postgr.es/m/CAFj8pRACpVFr7LMdVYENUkScG5FCYMZDDdSGNU-tch%2Bw98OxYg%40mail.gmail.com
1 parent 9165134 commit 8583b1f
2 files changed
+6
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
714 | 714 |
| |
715 | 715 |
| |
716 | 716 |
| |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
717 | 722 |
| |
718 | 723 |
| |
719 | 724 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2765 | 2765 |
| |
2766 | 2766 |
| |
2767 | 2767 |
| |
2768 |
| - | |
| 2768 | + | |
2769 | 2769 |
| |
2770 | 2770 |
| |
2771 | 2771 |
| |
|
0 commit comments