freebsd-src/lib/libcompiler_rt
Dimitry Andric 0709bb1f41 After r364753, there should be no need to suppress -Watomic-alignment
warnings anymore for compiler-rt's atomic.c. This occurred because the
IS_LOCK_FREE_8 macro was not correctly defined to 0 for mips, and this
caused the compiler to emit a runtime call to __atomic_is_lock_free(),
and that triggers the warning.

MFC after:	2 weeks
X-MFC-With:	r364753
2020-08-25 19:57:11 +00:00
..
Makefile Fix llvm-libunwind userspace build on ARM 2019-11-05 03:20:40 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
Makefile.inc After r364753, there should be no need to suppress -Watomic-alignment 2020-08-25 19:57:11 +00:00