[PATCH] D44886: [RISCV] Support linker relax function call from auipc and jalr to jal

Ana Pazos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 28 16:32:59 PDT 2018


apazos added inline comments.


================
Comment at: test/CodeGen/RISCV/linker-relaxation.ll:1
+; RUN: llc -mtriple=riscv32 -filetype=obj -mattr=+relax < %s \
+; RUN:     | llvm-readobj -r | FileCheck -check-prefix=RELOC %s
----------------
if you decide to add the no-relax flag, maybe you can add the test case for that too.


Repository:
  rL LLVM

https://reviews.llvm.org/D44886





More information about the llvm-commits mailing list