Files
rust/compiler
Guillaume Gomez cbe563a4d5 Rollup merge of #90044 - rusticstuff:disable_arm_outline_atomics_for_musl, r=workingjubilee
Restrict aarch64 outline atomics to glibc for now.

The introduced dependency on `getauxval` causes linking problems with musl, making compiling any binaries for `aarch64-unknown-linux-musl` impossible without workarounds such as using lld or adding liblibc.rlib again to the linker invocation, see #89626.

This is a workaround until libc>0.2.108 is merged.
2021-11-24 22:56:36 +01:00
..
2021-11-19 07:52:59 +11:00
2021-10-16 13:36:05 -07:00
2021-11-21 08:15:21 -06:00
2021-11-15 10:14:29 +01:00
2021-11-21 08:15:21 -06:00