[PATCH] D72892: [MC][ARM] Resolve some pcrel fixups at assembly time
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 18:24:40 PST 2020
pcc added a comment.
If we just want a quick fix then I would prefer if we consider strong hidden symbols to be non-preemptible. This just seems like it would cause our assembler to hide bugs of the sort that D72197 <https://reviews.llvm.org/D72197> was intended to catch, while changing the behavior for hidden symbols would mean that we continue to catch those bugs.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72892/new/
https://reviews.llvm.org/D72892
More information about the llvm-commits
mailing list