[llvm-objdump] try to fix section-filter.test in full builds after 51aa61e74b

This commit is contained in:
Nico Weber 2021-04-14 20:58:51 -04:00
parent ca897a1abb
commit 5a625e5303
1 changed files with 3 additions and 6 deletions

View File

@ -95,17 +95,14 @@ Sections:
## all other combinations compatible with POSIX are identical.
# RUN: llvm-objdump %t.h.elf -h -s --section .symtab > %t.full
# RUN: llvm-objdump %t.h.elf -h -s -j .symtab > %t.1
# RUN: llvm-objdump %t.h.elf -h -s -j.symtab > %t.3
# RUN: llvm-objdump %t.h.elf -hsj .symtab > %t.4
# RUN: llvm-objdump %t.h.elf -hsj=.symtab > %t.5
# RUN: llvm-objdump %t.h.elf -hsj.symtab > %t.6
# RUN: llvm-objdump %t.h.elf -h -s -j.symtab > %t.2
# RUN: llvm-objdump %t.h.elf -hsj .symtab > %t.3
# RUN: llvm-objdump %t.h.elf -hsj.symtab > %t.4
# RUN: cmp %t.full %t.1
# RUN: cmp %t.full %t.2
# RUN: cmp %t.full %t.3
# RUN: cmp %t.full %t.4
# RUN: cmp %t.full %t.5
# RUN: cmp %t.full %t.6
## Test that an unknown section name causes all section output to be suppressed.
# RUN: llvm-objdump %t.h.elf -h --section foobar \