Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-17 | 483 Bytes | |
v9.4.1 source code.tar.gz | 2025-06-17 | 628.1 kB | |
v9.4.1 source code.zip | 2025-06-17 | 691.9 kB | |
Totals: 3 Items | 1.3 MB | 0 |
LLVM v9.4.1
Add support for querying the default address space for global variables using globals_addrspace(::DataLayout)
.
This is used internally to make globalstring!
and globalstring_ptr!
emit strings in the correct address space.
Merged pull requests: - Switch align APIs from Global to GVar. (#515) (@maleadt) - Emit global strings in the correct address space. (#516) (@maleadt)