Page MenuHomeFreeBSD

Merge commit 4bb2416d42eb from llvm-project (by Jessica Clarke):
ClosedPublic

Authored by jrtc27 on Sep 4 2023, 8:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 27, 12:42 PM
Unknown Object (File)
Sun, May 25, 3:23 AM
Unknown Object (File)
Fri, May 2, 9:43 AM
Unknown Object (File)
Apr 21 2025, 12:04 AM
Unknown Object (File)
Apr 14 2025, 1:18 PM
Unknown Object (File)
Apr 10 2025, 12:17 PM
Unknown Object (File)
Mar 6 2025, 4:59 PM
Unknown Object (File)
Feb 20 2025, 11:56 PM
Subscribers

Details

Summary
[builtins][AArch64] Implement _sync out-of-line atomics

Whilst Clang does not use these, recent GCC does, and so on systems such
as FreeBSD that wish to use compiler-rt as the system runtime library
but also wish to support building programs with GCC these interfaces are
needed.

This is a light adaptation of the code committed to GCC by Sebastian Pop
<spop@amazon.com>, relicensed with permission for use in compiler-rt.

Fixes https://github.com/llvm/llvm-project/issues/63483

Reviewed By: sebpop, MaskRay

Differential Revision: https://reviews.llvm.org/D158536

MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable