about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-05-12 11:22:40 +0000
committerbors <bors@rust-lang.org>2024-05-12 11:22:40 +0000
commitb71fa82d786ae1b5866510f1b3a7e5b7e1890e4c (patch)
treeb1e6d05052907c8b62680c1a7649486df784980e /compiler/rustc_codegen_llvm/src
parent4fd98a4b1b100f5329c6efae18031791f64372d2 (diff)
parent1e232fea1b0e5bcf43230a8a28a24f9e2cbac988 (diff)
downloadrust-b71fa82d786ae1b5866510f1b3a7e5b7e1890e4c.tar.gz
rust-b71fa82d786ae1b5866510f1b3a7e5b7e1890e4c.zip
Auto merge of #124798 - devnexen:illumos_memalign_fix, r=RalfJung
std::alloc: use posix_memalign instead of memalign on solarish

`memalign` on Solarish requires the alignment to be at least the size of a pointer, which we did not honor. `posix_memalign` also requires that, but that code path already takes care of this requirement.

close GH-124787
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions