mirror of
https://github.com/RPCS3/llvm.git
synced 2026-08-27 11:01:30 -04:00
3776c52b4d
Differential Revision: https://reviews.llvm.org/D37717 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312972 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
301 B
Plaintext
7 lines
301 B
Plaintext
RUN: llvm-dwarfdump -v -debug-info %p/../Inputs/elf-mip64-reloc.o 2>&1 | \
|
|
RUN: FileCheck %s
|
|
|
|
CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000037] = "<stdin>")
|
|
CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000054] = "foo")
|
|
CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000058] = "int")
|