After r364753, there should be no need to suppress -Watomic-alignment
authorDimitry Andric <dim@FreeBSD.org>
Tue, 25 Aug 2020 19:57:11 +0000 (19:57 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Tue, 25 Aug 2020 19:57:11 +0000 (19:57 +0000)
commit0709bb1f4146361e7917201a2438e1b2cd36f40b
treed01bae6acc6170c1f933b3c16724ae59e955b32c
parent78ec71bd867321affd5f08fa1a0f35d9a9d07f74
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
lib/libcompiler_rt/Makefile.inc