HomeFreeBSD

Disable the new clang 7.0.0 -Watomic-alignment warning ("misaligned or

Description

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.

Details

Provenance
dimAuthored on
Parents
rS337354: loader: 337353 did miss to rename 2 write instances
Branches
Unknown
Tags
Unknown