K 10 svn:author V 3 dim K 8 svn:date V 27 2018-08-05T18:27:36.760649Z K 7 svn:log V 312 Disable the new clang 7.0.0 -Watomic-alignment warning ("misaligned or large atomic operation may incur significant performance penalty" ) for arm before armv6. Since on these older architectures atomic operations are always translated to libcalls, and this is expected, the warning is not really useful there. END