Commit 4057db1
committed
Properly mark mmap_ent as global
It currently happens to work fine using cg_llvm as the global_asm!()
ends up in the same cgu as the use of this global. There is no guarantee
that this will always be the case and in fact in case of cg_clif this
happens to not be the case, thus causing a linker error.1 parent 64e26c9 commit 4057db1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
0 commit comments