[PATCH] D88252: z_Linux_asm.S modifications for arm64 (AARCH64) for Darwin/macOS
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 3 15:15:23 PDT 2020
arichardson added a comment.
.size should work on all ELF platforms. I'm not sure which platforms are supported here, so maybe !Darwin is sufficient.
Checking for __ELF__ might also be an option since that should be set by both clang and GCC ( https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88252/new/
https://reviews.llvm.org/D88252
More information about the llvm-commits
mailing list