[PATCH] D93390: [compiler-rt] [builtins] Fix name of __aarch64_have_lse_atomics on Darwin

Stephan Bergmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 04:01:20 PST 2020


sberg added a comment.

In D93390#2457554 <https://reviews.llvm.org/D93390#2457554>, @tambre wrote:

> The one in `cpu_model.c` has 2 underscores. Where do the three come from for non-Apple?

It's the other way around, the third underscore is for Apple only, where C symbols are generally decorated with a leading underscore.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93390



More information about the llvm-commits mailing list