diff options
| author | Adrian Prantl <aprantl@apple.com> | 2017-09-11 23:28:21 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2017-09-11 23:28:21 +0000 |
| commit | 65b79a544fb95a017f0a808f9d2522e143ea7798 (patch) | |
| tree | 6cf57c45ca0d2b00535e31692301f28277d7ab2c | |
| parent | 93f2edc215836c8c6c9be82e4a3b2ffa096aea18 (diff) | |
| download | bcm5719-llvm-65b79a544fb95a017f0a808f9d2522e143ea7798.tar.gz bcm5719-llvm-65b79a544fb95a017f0a808f9d2522e143ea7798.zip | |
Update testcases for llvm-dwarfdump command line interface change
llvm-svn: 312974
| -rw-r--r-- | lld/test/ELF/gdb-index-base-addr.s | 2 | ||||
| -rw-r--r-- | lld/test/ELF/gdb-index-dup-types.s | 2 | ||||
| -rw-r--r-- | lld/test/ELF/gdb-index-empty.s | 2 | ||||
| -rw-r--r-- | lld/test/ELF/gdb-index-gc-sections.s | 2 | ||||
| -rw-r--r-- | lld/test/ELF/gdb-index-ranges.s | 2 | ||||
| -rw-r--r-- | lld/test/ELF/gdb-index.s | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lld/test/ELF/gdb-index-base-addr.s b/lld/test/ELF/gdb-index-base-addr.s index 2050ac7dcf5..3cc1617b661 100644 --- a/lld/test/ELF/gdb-index-base-addr.s +++ b/lld/test/ELF/gdb-index-base-addr.s @@ -1,7 +1,7 @@ # REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t1.o # RUN: ld.lld --gdb-index %t1.o -o %t -# RUN: llvm-dwarfdump -debug-dump=gdb_index %t | FileCheck %s +# RUN: llvm-dwarfdump -gdb-index %t | FileCheck %s # CHECK: .gnu_index contents: # CHECK: Address area offset = 0x28, has 2 entries: diff --git a/lld/test/ELF/gdb-index-dup-types.s b/lld/test/ELF/gdb-index-dup-types.s index e0bed33eed4..f5df00c453c 100644 --- a/lld/test/ELF/gdb-index-dup-types.s +++ b/lld/test/ELF/gdb-index-dup-types.s @@ -1,7 +1,7 @@ # REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o # RUN: ld.lld --gdb-index %t.o -o %t -# RUN: llvm-dwarfdump -debug-dump=gdb_index %t | FileCheck %s +# RUN: llvm-dwarfdump -gdb-index %t | FileCheck %s ## Testcase is based on output produced by gcc version 5.4.1 20160904 ## it has duplicate entries in .debug_gnu_pubtypes which seems to be diff --git a/lld/test/ELF/gdb-index-empty.s b/lld/test/ELF/gdb-index-empty.s index 0158357c9bf..ad428ba89d7 100644 --- a/lld/test/ELF/gdb-index-empty.s +++ b/lld/test/ELF/gdb-index-empty.s @@ -1,7 +1,7 @@ # REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux -o %t %s # RUN: ld.lld --gdb-index --gc-sections -o %t2 %t -# RUN: llvm-dwarfdump -debug-dump=gdb_index %t2 | FileCheck %s +# RUN: llvm-dwarfdump -gdb-index %t2 | FileCheck %s # CHECK: Address area offset = 0x28, has 0 entries: diff --git a/lld/test/ELF/gdb-index-gc-sections.s b/lld/test/ELF/gdb-index-gc-sections.s index 58c47ae5e98..6016e9ccdd0 100644 --- a/lld/test/ELF/gdb-index-gc-sections.s +++ b/lld/test/ELF/gdb-index-gc-sections.s @@ -1,7 +1,7 @@ # REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux -o %t %s # RUN: ld.lld --gdb-index --gc-sections -o %t2 %t -# RUN: llvm-dwarfdump -debug-dump=gdb_index %t2 | FileCheck %s +# RUN: llvm-dwarfdump -gdb-index %t2 | FileCheck %s # CHECK: Address area offset = 0x28, has 1 entries: # CHECK-NEXT: Low/High address = [0x201000, 0x201001) (Size: 0x1), CU id = 0 diff --git a/lld/test/ELF/gdb-index-ranges.s b/lld/test/ELF/gdb-index-ranges.s index 2dd158ee4a0..c41be114f00 100644 --- a/lld/test/ELF/gdb-index-ranges.s +++ b/lld/test/ELF/gdb-index-ranges.s @@ -1,7 +1,7 @@ # REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o # RUN: ld.lld --gdb-index -e main %t.o -o %t -# RUN: llvm-dwarfdump -debug-dump=gdb_index %t | FileCheck %s +# RUN: llvm-dwarfdump -gdb-index %t | FileCheck %s # CHECK: .gnu_index contents: # CHECK: Address area offset = 0x28, has 2 entries: diff --git a/lld/test/ELF/gdb-index.s b/lld/test/ELF/gdb-index.s index 780dc4d27c6..f9ea3928c34 100644 --- a/lld/test/ELF/gdb-index.s +++ b/lld/test/ELF/gdb-index.s @@ -2,7 +2,7 @@ # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t1.o # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %p/Inputs/gdb-index.s -o %t2.o # RUN: ld.lld --gdb-index -e main %t1.o %t2.o -o %t -# RUN: llvm-dwarfdump -debug-dump=gdb_index %t | FileCheck %s +# RUN: llvm-dwarfdump -gdb-index %t | FileCheck %s # RUN: llvm-objdump -d %t | FileCheck %s --check-prefix=DISASM # DISASM: Disassembly of section .text: |

