[libcxx-commits] [libcxx] [libc++] Floating Point Atomic (PR #67799)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 22 15:38:30 PST 2023
ldionne wrote:
Actually, is there a reason why we even need to link against any of these libraries manually? Why doesn't Clang link against compiler-rt automatically? It does that for other system libraries by default, why is the atomic support library treated differently?
https://github.com/llvm/llvm-project/pull/67799
More information about the libcxx-commits
mailing list