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

Frédéric Devernay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 21:35:29 PDT 2019


devernay added a comment.
Herald added a subscriber: dexonsmith.
Herald added projects: LLVM, Sanitizers.

I ran into an issue because of this commit, but only on i386/OS X 10.6 (undefined symbol ___atomic_load). x86_64 goes fine.
I agree that it should be in a shared lib, so why not move it to a shared lib?


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