HomeFreeBSD

Unconditionally compile the __sync_* atomics support functions into compiler-rt

Description

Unconditionally compile the __sync_* atomics support functions into compiler-rt
for ARM.
This is quite ugly, because it has to work around a clang bug that does not
allow built-in functions to be defined, even when they're ones that are
expected to be built as part of a library.

Reviewed by: ed

Details

Provenance
theravenAuthored on Aug 31 2013, 8:50 AM
Parents
rGc2b340cb73fb: Fix a typo in a comment.
Branches
Unknown
Tags
Unknown