Commit cb0ec6c
committed
aot_create_comp_context: disable small data section
I observed errors like the following when trying to upgrade our
LLVM from 15 to 19.
```
AOT module load failed: resolve symbol .srodata.cst8 failed
```
The concept itself has been available since LLVM 9.
I don't know what exactly happened to trigger the use of it.
cf. https://reviews.llvm.org/D574931 parent cdd9485 commit cb0ec6c
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2617 | 2617 | | |
2618 | 2618 | | |
2619 | 2619 | | |
| 2620 | + | |
| 2621 | + | |
| 2622 | + | |
| 2623 | + | |
| 2624 | + | |
| 2625 | + | |
| 2626 | + | |
| 2627 | + | |
| 2628 | + | |
2620 | 2629 | | |
2621 | 2630 | | |
2622 | 2631 | | |
| |||
0 commit comments