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

Brad Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 11:07:20 PDT 2017


brad added a comment.

We only require N32 for older SGI systems bootblock from the looks of it. Currently we call the external assembler to build this code and it's best to leave that as is for now.  All the other code for the OS kernel/userland/programs are all N64 only. At the moment the most important thing is building anything out of the box with Clang/LLVM which is practically zero at the moment without the integrated assembler.


Repository:
  rL LLVM

https://reviews.llvm.org/D31557





More information about the llvm-commits mailing list