[PATCH] D103174: RISCV: honour `.option relax` in assembly

Kito Cheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 2 10:24:13 PDT 2021


kito-cheng added a comment.

I would suggest few more line on testcase:

  .option push
  .option relax
  call function #check R_RISCV_RELAX is here
  .option pop
  .option push
  .option norelax #check no R_RISCV_RELAX
  call function
  .option pop


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103174



More information about the llvm-commits mailing list