[all-commits] [llvm/llvm-project] 5f3c49: [compiler-rt] Fix AArch64 out-of-line atomics visi...
Erik Pilkington via All-commits
all-commits at lists.llvm.org
Mon Feb 1 08:30:09 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5f3c4923e4e4d5f40a64e08e407067ff551f2901
https://github.com/llvm/llvm-project/commit/5f3c4923e4e4d5f40a64e08e407067ff551f2901
Author: Erik Pilkington <erik.pilkington at gmail.com>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M compiler-rt/lib/builtins/assembly.h
Log Message:
-----------
[compiler-rt] Fix AArch64 out-of-line atomics visibility on mach-o
This fixes an apparent oversight in D91156, where the symbol was defined
without the leading underscore, then the visibility was later declared with it.
rdar://73364185
Differential revision: https://reviews.llvm.org/D95639
More information about the All-commits
mailing list