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

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 14 17:59:29 PDT 2021


Author: Nico Weber
Date: 2021-04-14T20:58:51-04:00
New Revision: 5a625e5303d2aaff458f1c98be011e7dc616a108

URL: https://github.com/llvm/llvm-project/commit/5a625e5303d2aaff458f1c98be011e7dc616a108
DIFF: https://github.com/llvm/llvm-project/commit/5a625e5303d2aaff458f1c98be011e7dc616a108.diff

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

Added: 
    

Modified: 
    llvm/test/tools/llvm-objdump/section-filter.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-objdump/section-filter.test b/llvm/test/tools/llvm-objdump/section-filter.test
index 6b5c2bcf747a..a1f412853553 100644
--- a/llvm/test/tools/llvm-objdump/section-filter.test
+++ b/llvm/test/tools/llvm-objdump/section-filter.test
@@ -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 \


        


More information about the llvm-commits mailing list