You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
354 B
18 lines
354 B
// 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
|
|
|