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