[llvm-dev] Out-of-line atomics implementation ways
Pavel Iliin via llvm-dev
llvm-dev at lists.llvm.org
Tue Nov 10 06:24:54 PST 2020
Thank you for useful advice,
Outline atomics are implemented in two patches:
https://reviews.llvm.org/D91156 - compiler-rt part
https://reviews.llvm.org/D91157 - llvm+clang part
I’ve tested it on aarch64+lse linux board (libc++ and libstdc++) and
checked compilation of Chromium and AOSP hacked build with updated libgcc supporting outline atomics helpers
(to do fully Android testing libgcc should be updated to version 10 or replaced by compiler-rt with my patch above)
I would be very grateful for review and comments,
Pavel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201110/2909fd83/attachment.html>
More information about the llvm-dev
mailing list