[all-commits] [llvm/llvm-project] d3fef7: [compiler-rt] Fix building the aarch64 out-of-line...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Thu Dec 3 05:36:15 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3fef7a7c25eba804f5e75b0bb352ed0aaa7c057
https://github.com/llvm/llvm-project/commit/d3fef7a7c25eba804f5e75b0bb352ed0aaa7c057
Author: Martin Storsjö <martin at martin.st>
Date: 2020-12-03 (Thu, 03 Dec 2020)
Changed paths:
M compiler-rt/lib/builtins/assembly.h
Log Message:
-----------
[compiler-rt] Fix building the aarch64 out-of-line atomics assembly for non-ELF platforms
Move the two different definitions of FUNC_ALIGN out of the ELF
specific block. Add the missing CFI_END in
END_COMPILERRT_OUTLINE_FUNCTION, to go with the corresponding CFI_START
in DEFINE_COMPILERRT_OUTLINE_FUNCTION_UNMANGLED.
Differential Revision: https://reviews.llvm.org/D92549
More information about the All-commits
mailing list