[PATCH] D92836: [AArch64] don't build out of line atomics on Darwin or Windows
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 8 04:43:30 PST 2020
mstorsjo added a comment.
> The `lse.S` file uses syntax that only works on ELF targets (e.g. `:lo12:`)
That syntax actually is supported by the llvm assembler for windows targets, and these out of line functions at least build successfully for that target (haven't tested actually running them though), so I think only darwin targets are the one that need to be excluded here right now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92836/new/
https://reviews.llvm.org/D92836
More information about the llvm-commits
mailing list