Commit 8f4d1e0
committed
teach aot emitter/loader about .srodata and .srodata.cst* sections
LLVM 19 and later started to use srodata sections for RISCV.
cf. llvm/llvm-project#82214
an alternative is to disable small data sections.
but i feel this commit is more consisitent as we are already dealing
with sdata sections.1 parent 0325103 commit 8f4d1e0
2 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3191 | 3191 | | |
3192 | 3192 | | |
3193 | 3193 | | |
| 3194 | + | |
3194 | 3195 | | |
3195 | 3196 | | |
| 3197 | + | |
| 3198 | + | |
3196 | 3199 | | |
3197 | 3200 | | |
3198 | 3201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3270 | 3270 | | |
3271 | 3271 | | |
3272 | 3272 | | |
| 3273 | + | |
| 3274 | + | |
| 3275 | + | |
| 3276 | + | |
3273 | 3277 | | |
3274 | 3278 | | |
| 3279 | + | |
| 3280 | + | |
| 3281 | + | |
| 3282 | + | |
| 3283 | + | |
3275 | 3284 | | |
3276 | 3285 | | |
3277 | 3286 | | |
| |||
0 commit comments