[PATCH] D139782: [scudo][standalone] Use CheckAtomic to decide to link to libatomic
Ben Wolsieffer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 10 19:17:41 PST 2022
benwolsieffer added a comment.
Note that I have not tested this exact version of the patch. My testing so far has been done with a backported version with LLVM 14.
I would appreciate feedback about whether compiler-rt should have its own version of `CheckAtomic.cmake` (that specifically checks for builtins) or whether using the LLVM one is good enough.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139782/new/
https://reviews.llvm.org/D139782
More information about the llvm-commits
mailing list