Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 1da2ee9

Browse files
committed
[NFC][llvm-readobj]Normalise --/- inconsistency in test options
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351798 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 1f80c1a commit 1da2ee9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/tools/llvm-readobj/gnu-symbols.test

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
RUN: llvm-readobj -symbols %p/Inputs/symbols-proc-specific.elf-hexagon \
2-
RUN: --elf-output-style=GNU | FileCheck %s -check-prefix ELF32
3-
RUN: llvm-readobj -symbols %p/Inputs/relocs.obj.elf-x86_64 --elf-output-style=GNU \
4-
RUN: | FileCheck %s -check-prefix ELF64
5-
RUN: llvm-readobj -symbols %p/Inputs/gnuhash.so.elf-x86_64 --elf-output-style=GNU \
6-
RUN: | FileCheck %s -check-prefixes=SYMTAB,DYN
7-
RUN: llvm-readobj -dyn-symbols %p/Inputs/gnuhash.so.elf-x86_64 --elf-output-style=GNU \
8-
RUN: | FileCheck %s -check-prefixes=NO-SYMTAB,DYN
1+
RUN: llvm-readobj --symbols %p/Inputs/symbols-proc-specific.elf-hexagon \
2+
RUN: --elf-output-style=GNU | FileCheck %s --check-prefix ELF32
3+
RUN: llvm-readobj --symbols %p/Inputs/relocs.obj.elf-x86_64 --elf-output-style=GNU \
4+
RUN: | FileCheck %s --check-prefix ELF64
5+
RUN: llvm-readobj --symbols %p/Inputs/gnuhash.so.elf-x86_64 --elf-output-style=GNU \
6+
RUN: | FileCheck %s --check-prefixes=SYMTAB,DYN
7+
RUN: llvm-readobj --dyn-symbols %p/Inputs/gnuhash.so.elf-x86_64 --elf-output-style=GNU \
8+
RUN: | FileCheck %s --check-prefixes=NO-SYMTAB,DYN
99

1010
ELF32: Symbol table '.symtab' contains 5 entries:
1111
ELF32-NEXT: Num: Value Size Type Bind Vis Ndx Name

0 commit comments

Comments
 (0)