[PATCH] D46423: [WIP, RISCV] Support .option relax and .option norelax
Shiva Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 20 19:04:14 PDT 2018
shiva0217 added inline comments.
================
Comment at: test/MC/RISCV/option-relax.s:10
+# RUN: | llvm-readobj -r | FileCheck -check-prefix=CHECK-RELOC %s
+
+.option norelax
----------------
Could you add tests that demonstrate the relocation types of branches and label differences will leave?
Repository:
rL LLVM
https://reviews.llvm.org/D46423
More information about the llvm-commits
mailing list