forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8583b1f
committed
Run LLVM verify pass on IR in assert builds.
The problem fixed by commit53c8d6c would have been noticed if we'dbeen running LLVM's verify pass on generated IR. Doing so also revealsa complaint about incorrect name mangling, fixed here. Only enabled forLLVM 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.com1 parent9165134 commit8583b1f
2 files changed
+6
-1
lines changedLines changed: 5 additions & 0 deletions
Original 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 |
| |
|
Lines changed: 1 addition & 1 deletion
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
Comments
(0)