[PATCH] D72892: [MC][ARM] Resolve some pcrel fixups at assembly time

Warner Losh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 16:45:37 PST 2020


bsdimp added a comment.

In D72892#1888449 <https://reviews.llvm.org/D72892#1888449>, @MaskRay wrote:

> I discussed with FreeBSD developers on #bsdmips. Hope they can make the assembly code (https://github.com/freebsd/freebsd/blob/master/sys/arm/arm/locore-v6.S#L75) more portable, without any work on LLVM's side.


I wouldn't characterize the conversation like that. There was substantial pushback from the FreeBSD arm developer community to llvm/clang not accepting assembler syntax that's accept by (a) prior versions of clang and (b) binutils absent a very good reason. No such very good reason has been proffered to date.


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