diff options
author | Alex Bradbury <asb@lowrisc.org> | 2019-03-21 09:53:19 +0000 |
---|---|---|
committer | Alex Bradbury <asb@lowrisc.org> | 2019-03-21 09:53:19 +0000 |
commit | 0a9541e9ed3fa44fcd36dbbb3fce4deb147d5688 (patch) | |
tree | 564bd6278e9129a639c0b5a7fea8ce4e65d266c0 /llvm/test/MC/RISCV | |
parent | 7da2de698fdb1d56ffa332fe09978c43a3fb7da5 (diff) | |
download | bcm5719-llvm-0a9541e9ed3fa44fcd36dbbb3fce4deb147d5688.tar.gz bcm5719-llvm-0a9541e9ed3fa44fcd36dbbb3fce4deb147d5688.zip |
[RISCV][NFC] Remove old CHECK lines from linker-relaxation.s test
The RELOC: check lines are no longer used.
llvm-svn: 356654
Diffstat (limited to 'llvm/test/MC/RISCV')
-rw-r--r-- | llvm/test/MC/RISCV/linker-relaxation.s | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/MC/RISCV/linker-relaxation.s b/llvm/test/MC/RISCV/linker-relaxation.s index 104811f98d5..d4cd6f8ff7d 100644 --- a/llvm/test/MC/RISCV/linker-relaxation.s +++ b/llvm/test/MC/RISCV/linker-relaxation.s @@ -29,7 +29,6 @@ beq s1, s1, .L1 lui t1, %hi(foo) # NORELAX-RELOC: R_RISCV_HI20 foo 0x0 # NORELAX-RELOC-NOT: R_RISCV_RELAX -# RELOC: R_RISCV_HI20 foo 0x0 # RELAX-RELOC: R_RISCV_RELAX - 0x0 # RELAX-FIXUP: fixup A - offset: 0, value: %hi(foo), kind: fixup_riscv_hi20 # RELAX-FIXUP: fixup B - offset: 0, value: 0, kind: fixup_riscv_relax @@ -37,7 +36,6 @@ lui t1, %hi(foo) addi t1, t1, %lo(foo) # NORELAX-RELOC: R_RISCV_LO12_I foo 0x0 # NORELAX-RELOC-NOT: R_RISCV_RELAX -# RELOC: R_RISCV_LO12_I foo 0x0 # RELAX-RELOC: R_RISCV_RELAX - 0x0 # RELAX-FIXUP: fixup A - offset: 0, value: %lo(foo), kind: fixup_riscv_lo12_i # RELAX-FIXUP: fixup B - offset: 0, value: 0, kind: fixup_riscv_relax @@ -45,7 +43,6 @@ addi t1, t1, %lo(foo) sb t1, %lo(foo)(a2) # NORELAX-RELOC: R_RISCV_LO12_S foo 0x0 # NORELAX-RELOC-NOT: R_RISCV_RELAX -# RELOC: R_RISCV_LO12_S foo 0x0 # RELAX-RELOC: R_RISCV_RELAX - 0x0 # RELAX-FIXUP: fixup A - offset: 0, value: %lo(foo), kind: fixup_riscv_lo12_s # RELAX-FIXUP: fixup B - offset: 0, value: 0, kind: fixup_riscv_relax @@ -53,7 +50,6 @@ sb t1, %lo(foo)(a2) auipc t1, %pcrel_hi(foo) # NORELAX-RELOC: R_RISCV_PCREL_HI20 foo 0x0 # NORELAX-RELOC-NOT: R_RISCV_RELAX -# RELOC: R_RISCV_PCREL_HI20 foo 0x0 # RELAX-RELOC: R_RISCV_RELAX - 0x0 # RELAX-FIXUP: fixup A - offset: 0, value: %pcrel_hi(foo), kind: fixup_riscv_pcrel_hi20 # RELAX-FIXUP: fixup B - offset: 0, value: 0, kind: fixup_riscv_relax @@ -61,7 +57,6 @@ auipc t1, %pcrel_hi(foo) addi t1, t1, %pcrel_lo(foo) # NORELAX-RELOC: R_RISCV_PCREL_LO12_I foo 0x0 # NORELAX-RELOC-NOT: R_RISCV_RELAX -# RELOC: R_RISCV_PCREL_LO12_I foo 0x0 # RELAX-RELOC: R_RISCV_RELAX - 0x0 # RELAX-FIXUP: fixup A - offset: 0, value: %pcrel_lo(foo), kind: fixup_riscv_pcrel_lo12_i # RELAX-FIXUP: fixup B - offset: 0, value: 0, kind: fixup_riscv_relax @@ -69,7 +64,6 @@ addi t1, t1, %pcrel_lo(foo) sb t1, %pcrel_lo(foo)(a2) # NORELAX-RELOC: R_RISCV_PCREL_LO12_S foo 0x0 # NORELAX-RELOC-NOT: R_RISCV_RELAX -# RELOC: R_RISCV_PCREL_LO12_S foo 0x0 # RELAX-RELOC: R_RISCV_RELAX - 0x0 # RELAX-FIXUP: fixup A - offset: 0, value: %pcrel_lo(foo), kind: fixup_riscv_pcrel_lo12_s # RELAX-FIXUP: fixup B - offset: 0, value: 0, kind: fixup_riscv_relax |