diff options
| author | Vladimir Stefanovic <vladimir.stefanovic@rt-rk.com> | 2018-11-21 22:08:34 +0000 |
|---|---|---|
| committer | Vladimir Stefanovic <vladimir.stefanovic@rt-rk.com> | 2018-11-21 22:08:34 +0000 |
| commit | f9594e505cf13ae22582a13f57f6e669d4558e06 (patch) | |
| tree | 7af4e372e3892101514081b0abf9262373ab9f67 /llvm/test/MC/Mips | |
| parent | 59246b6bfef02390f7a903cd01b49c1dfa377c33 (diff) | |
| download | bcm5719-llvm-f9594e505cf13ae22582a13f57f6e669d4558e06.tar.gz bcm5719-llvm-f9594e505cf13ae22582a13f57f6e669d4558e06.zip | |
Removing test/MC/Mips/reloc-directive-label-offset.s temporarily
This test is failing on llvm-clang-x86_64-expensive-checks-win builder.
Removing it until I get it fixed.
llvm-svn: 347433
Diffstat (limited to 'llvm/test/MC/Mips')
| -rw-r--r-- | llvm/test/MC/Mips/reloc-directive-label-offset.s | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/llvm/test/MC/Mips/reloc-directive-label-offset.s b/llvm/test/MC/Mips/reloc-directive-label-offset.s deleted file mode 100644 index a268adb9892..00000000000 --- a/llvm/test/MC/Mips/reloc-directive-label-offset.s +++ /dev/null @@ -1,74 +0,0 @@ -# RUN: llvm-mc -triple mips-unknown-linux %s -show-encoding -target-abi=o32 \ -# RUN: | FileCheck --check-prefixes=ASM,ASM-32 %s -# RUN: llvm-mc -triple mips64-unknown-linux %s -show-encoding -target-abi=n32 \ -# RUN: | FileCheck --check-prefixes=ASM,ASM-64 %s -# RUN: llvm-mc -triple mips64-unknown-linux %s -show-encoding -target-abi=n64 \ -# RUN: | FileCheck --check-prefixes=ASM,ASM-64 %s -# RUN: llvm-mc -triple mips-unknown-linux %s -show-encoding -target-abi=o32 \ -# RUN: -filetype=obj | llvm-readobj -r | FileCheck -check-prefix=OBJ-O32 %s -# RUN: llvm-mc -triple mips64-unknown-linux %s -show-encoding -target-abi=n32 \ -# RUN: -filetype=obj | llvm-readobj -r | FileCheck -check-prefix=OBJ-N32 %s -# RUN: llvm-mc -triple mips64-unknown-linux %s -show-encoding -target-abi=n64 \ -# RUN: -filetype=obj | llvm-readobj -r | FileCheck -check-prefix=OBJ-N64 %s - - .text -foo: # ASM-LABEL: foo: - nop -1: - nop - .reloc 1b, R_MIPS_NONE, foo # ASM-32: .reloc ($tmp0), R_MIPS_NONE, foo - # ASM-64: .reloc .Ltmp0, R_MIPS_NONE, foo - nop - .reloc 1f, R_MIPS_32, foo # ASM-32: .reloc ($tmp1), R_MIPS_32, foo - # ASM-64: .reloc .Ltmp1, R_MIPS_32, foo -1: - nop - .reloc 1f, R_MIPS_CALL16, foo # ASM-32: .reloc ($tmp2), R_MIPS_CALL16, foo - # ASM-64: .reloc .Ltmp2, R_MIPS_CALL16, foo -1: - nop - .reloc 2f, R_MIPS_GOT_DISP, foo # ASM-32: .reloc ($tmp3), R_MIPS_GOT_DISP, foo - # ASM-64: .reloc .Ltmp3, R_MIPS_GOT_DISP, foo - nop - - .reloc 3f, R_MIPS_GOT_PAGE, foo # ASM-32: .reloc ($tmp4), R_MIPS_GOT_PAGE, foo - # ASM-64: .reloc .Ltmp4, R_MIPS_GOT_PAGE, foo - nop -bar: -2: - nop -3: - nop - .reloc bar, R_MIPS_GOT_OFST, foo # ASM: .reloc bar, R_MIPS_GOT_OFST, foo - nop - .reloc foo, R_MIPS_32, foo # ASM: .reloc foo, R_MIPS_32, foo - nop -1: - nop - -# OBJ-O32-LABEL: Relocations [ -# OBJ-O32: 0x0 R_MIPS_32 .text 0x0 -# OBJ-O32-NEXT: 0x4 R_MIPS_NONE .text 0x0 -# OBJ-O32-NEXT: 0xC R_MIPS_32 .text 0x0 -# OBJ-O32-NEXT: 0x10 R_MIPS_CALL16 foo 0x0 -# OBJ-O32-NEXT: 0x1C R_MIPS_GOT_DISP foo 0x0 -# OBJ-O32-NEXT: 0x1C R_MIPS_GOT_OFST .text 0x0 -# OBJ-O32-NEXT: 0x20 R_MIPS_GOT_PAGE .text 0x0 - -# OBJ-N32-LABEL: Relocations [ -# OBJ-N32: 0x4 R_MIPS_NONE .text 0x0 -# OBJ-N32-NEXT: 0x1C R_MIPS_GOT_OFST .text 0x0 -# OBJ-N32-NEXT: 0x0 R_MIPS_32 .text 0x0 -# OBJ-N32-NEXT: 0xC R_MIPS_32 .text 0x0 -# OBJ-N32-NEXT: 0x10 R_MIPS_CALL16 foo 0x0 -# OBJ-N32-NEXT: 0x1C R_MIPS_GOT_DISP foo 0x0 -# OBJ-N32-NEXT: 0x20 R_MIPS_GOT_PAGE .text 0x0 - -# OBJ-N64-LABEL: Relocations [ -# OBJ-N64: 0x4 R_MIPS_NONE/R_MIPS_NONE/R_MIPS_NONE .text 0x0 -# OBJ-N64-NEXT: 0x1C R_MIPS_GOT_OFST/R_MIPS_NONE/R_MIPS_NONE .text 0x0 -# OBJ-N64-NEXT: 0x0 R_MIPS_32/R_MIPS_NONE/R_MIPS_NONE .text 0x0 -# OBJ-N64-NEXT: 0xC R_MIPS_32/R_MIPS_NONE/R_MIPS_NONE .text 0x0 -# OBJ-N64-NEXT: 0x10 R_MIPS_CALL16/R_MIPS_NONE/R_MIPS_NONE foo 0x0 -# OBJ-N64-NEXT: 0x1C R_MIPS_GOT_DISP/R_MIPS_NONE/R_MIPS_NONE foo 0x0 -# OBJ-N64-NEXT: 0x20 R_MIPS_GOT_PAGE/R_MIPS_NONE/R_MIPS_NONE .text 0x0 |

