[PATCH] D64252: [Mips] Instruction `sc` now accepts symbol as an argument
    Simon Atanasyan via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jul 25 06:18:34 PDT 2019
    
    
  
atanasyan added inline comments.
================
Comment at: test/MC/Mips/sym-sc.s:51
+# MICROMIPSR6:  0000000c:  R_MICROMIPS_LO16  some_random_symbol_name
+sc $12, some_random_symbol_name
----------------
Could you modify this test case or add a new one to check handling symbol and offset? Like this `sc $12, some_random_symbol_name + 8`.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64252/new/
https://reviews.llvm.org/D64252
    
    
More information about the llvm-commits
mailing list