Commit b8eecbf
authored
Convert pointer address spaces when calling rtlib functions. (#704)
We currently emit runtime functions in the generic address space,
while source arguments may reside in a specific address space,
e.g., when pointing to global variables.
This only affects Julia 1.12, where Julia functions use actual pointers,
and LLVM.jl 9.4.1+, which emits global strings in the correct address space.1 parent 772a78c commit b8eecbf
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
56 | 62 | | |
57 | 63 | | |
58 | 64 | | |
| |||
0 commit comments