Skip to content

v9.4.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 10:27
8c02e45

LLVM v9.4.1

Diff since v9.4.0

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)