diff options
Diffstat (limited to 'test/MC/Mips/elf-debug-section.s')
-rw-r--r-- | test/MC/Mips/elf-debug-section.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/Mips/elf-debug-section.s b/test/MC/Mips/elf-debug-section.s new file mode 100644 index 000000000000..6cc901bcb59e --- /dev/null +++ b/test/MC/Mips/elf-debug-section.s @@ -0,0 +1,6 @@ +# RUN: llvm-mc -filetype=obj -triple=mips-linux-gnu -g %s -o - \ +# RUN: | llvm-readobj -s | FileCheck %s + +# CHECK: Section { +# CHECK: Name: .debug_line +# CHECK-NEXT: Type: SHT_MIPS_DWARF (0x7000001E) |