[PATCH] D68057: [mips] Relax jalr/jr instructions using R_MIPS_JALR relocation

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 23:03:17 PDT 2019


MaskRay added inline comments.


================
Comment at: lld/test/ELF/mips-jalr.s:3
 
-# RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux %s -o %t.o
-# RUN: ld.lld %t.o -o %t.exe 
+# Check handling of the R_MIPS_JALR and R_MICROMIPS_JALR relocations.
+
----------------
`##` for comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68057





More information about the llvm-commits mailing list