[PATCH] D81908: [MIPS] Fix incorrect relocations of instruction

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 23:58:07 PDT 2020


MaskRay added a comment.

Can you please add a test under `llvm/test/MC/Mips/`? You can reuse the following template

  ## File-level comment about the purpose of the test
  # RUN: llvm-mc -triple=... %s | FileCheck %s
  
  # CHECK: ...

See `llvm/test/MC/X86/reloc-directive-elf-32.s` for an example. Use `ninja check-llvm-mc-mips` to test `llvm/test/MC/Mips`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81908





More information about the llvm-commits mailing list