freebsd-src/lib/libcompiler_rt
Dimitry Andric efe67f33c3 compiler-rt: add aarch64 init function for LSE atomics
As reported by Ronald, adding the out-of-line LSE atomics helpers for
aarch64 to compiler-rt was not sufficient to link programs using these,
as they also require a __aarch64_have_lse_atomics global. This is
initialized in compiler-rt's lib/builtins/cpu_model.c, roughly similar
to the x86 CPU model and feature detection in that file.

Since upstream does not yet have a FreeBSD specific implementation for
getting the required information, add a simple one that should work for
now, while I try to get it sorted with the LLVM people.

Reported by:	Ronald Klop <ronald-lists@klop.ws>
Fixes:		cc55ee8009
PR:		257392
MFC after:	2 weeks
2021-09-06 21:24:01 +02:00
..
Makefile compilert-rt: build out-of-line LSE atomics helpers for aarch64 2021-07-28 22:30:04 +02:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
Makefile.inc compiler-rt: add aarch64 init function for LSE atomics 2021-09-06 21:24:01 +02:00