- Notifications
You must be signed in to change notification settings - Fork587
Commit69b4fa3
committed
skip checking categorization of libperl symbols for LTO builds
For LTO builds with gcc and clang the PL_no_mem symbol as listed bynm is flagged as "D" (writable data) and "T" (text, aka code)respectively.Looking at the final generated executable PL_no_mem does end up inthe .rodata (read only data) section, so it might be worth adding aseparate test for that.Fixes#205181 parent99d24a0 commit69b4fa3
1 file changed
+12
-0
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 |
| |
13 | 16 |
| |
14 | 17 |
| |
| |||
47 | 50 |
| |
48 | 51 |
| |
49 | 52 |
| |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
50 | 62 |
| |
51 | 63 |
| |
52 | 64 |
| |
|
0 commit comments
Comments
(0)