[PATCH] D31557: [mips][ias] Enable IAS by default for OpenBSD / FreeBSD mips64/mips64el.

John Baldwin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 09:37:20 PST 2017


bsdjhb added a comment.
Herald added a subscriber: krytarowski.

Simon, FreeBSD does support n32 as others have noted.  Do you have any thoughts on what is needed to allow N32 to work with IAS?  It seems like there is some support in MipsAsmParser for N32 IIRC, though it seems like the integrated assembler thinks it is compiling as N64 when -mabi=n32 is passed to clang (my attempt to compile FreeBSD N32 with clang currently dies due to encountering 'la' and erroring since it thinks it is using N64 where 'dla' should be used instead.


Repository:
  rL LLVM

https://reviews.llvm.org/D31557





More information about the llvm-commits mailing list