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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 11:55:24 PDT 2021


MaskRay added inline comments.


================
Comment at: llvm/test/MC/RISCV/scoped-relaxation.s:9
+
+// CHECK: 0x0 R_RISCV_ADD64 function 0x0
+// CHECK: 0x0 R_RISCV_SUB64 - 0x0
----------------
For llvm-readobj -r, in many cases I suggest that the `{` and `}` brace lines are checked as well to ensure the relocations are fully specified.


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