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
F108472599: D41716.id126848.diff
Sat, Jan 25, 6:08 AM
F108433366: D41716.id126849.diff
Fri, Jan 24, 5:48 PM
Unknown Object (File)
Fri, Jan 17, 12:24 PM
Unknown Object (File)
Dec 23 2024, 3:58 AM
Unknown Object (File)
Dec 4 2024, 2:47 AM
Unknown Object (File)
Nov 27 2024, 5:07 AM
Unknown Object (File)
Nov 14 2024, 2:03 AM
Unknown Object (File)
Nov 12 2024, 5:27 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