llvm-6502/test/DebugInfo/X86/main-file-name.s
Eli Bendersky 767295f114 Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,
use them in tests that run llvm-dwarfdump. This is in order to make tests as
specific as possible.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173498 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-25 21:44:53 +00:00

18 lines
354 B
ArmAsm

// RUN: llvm-mc -triple x86_64-unknown-linux-gnu -filetype obj -main-file-name foo.S -g -o %t %s
// RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s
// CHECK: DW_TAG_compile_unit [1]
// CHECK-NOT: DW_TAG_
// CHECK: DW_AT_name [DW_FORM_string] ("foo.S")
# 1 "foo.S"
# 1 "<built-in>" 1
# 1 "foo.S" 2
foo:
nop
nop
nop