This repository was archived by the owner on Apr 23, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
9
9
10
10
ELF32: Symbol table '.symtab' contains 5 entries:
11
11
ELF32-NEXT: Num: Value Size Type Bind Vis Ndx Name
You can’t perform that action at this time.
0 commit comments