xref: /llvm-project/llvm/test/Object/Mips/reloc-visit.test (revision 16aa4cf7efbcd40c5a6dfcb876d98a991dfe2cfb)
1RUN: llvm-dwarfdump -v -debug-info %p/../Inputs/elf-mip64-reloc.o 2>&1 | \
2RUN:   FileCheck %s
3
4CHECK: DW_AT_name [DW_FORM_strp]	( .debug_str[0x00000037] = "<stdin>")
5CHECK: DW_AT_name [DW_FORM_strp]	( .debug_str[0x00000054] = "foo")
6CHECK: DW_AT_name [DW_FORM_strp]	( .debug_str[0x00000058] = "int")
7