[PATCH] D92530: [compiler-rt] [builtins] Make lse.S compile on Darwin

Pavel Iliin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 05:37:12 PST 2020


ilinpv added inline comments.


================
Comment at: compiler-rt/lib/builtins/assembly.h:31
+#if defined(__arm__) || defined(__aarch64__)
+#define FUNC_ALIGN                                                             \
+  .text SEPARATOR                                                              \
----------------
FUNC_ALIGN miss for Darwin were fixed already in https://reviews.llvm.org/D92549


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92530



More information about the llvm-commits mailing list