[PATCH] D47606: [compiler-rt] [builtins] Don't build __atomic_load etc. by default.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 15 09:57:24 PDT 2021


efriedma added a comment.

On Linux, the operating system ships with libatomic.  I think it should be getting linked in by default?  If it isn't, that a problem with the link command.

Not sure what the situation is like on other operating systems.


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D47606/new/

https://reviews.llvm.org/D47606



More information about the llvm-commits mailing list