[PATCH] D102535: [RISCV] -mno-relax: emit .option norelax

Kito Cheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 24 19:48:21 PDT 2021


kito-cheng added a comment.

After discussion with Jim W, we think it's OK to pass `-mno-relax` to `as` for GCC, and we could sent patch recently, but keep emitting `.option norelax` for this moment to make sure the compatibility, and remove that later after 1 or 2 GCC version (that's means 1~2 years in generally)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102535/new/

https://reviews.llvm.org/D102535



More information about the llvm-commits mailing list