diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/elf-names.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/elf-names.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/X86/elf-names.ll b/llvm/test/DebugInfo/X86/elf-names.ll index 6e7154cfe80..b6a263dfcad 100644 --- a/llvm/test/DebugInfo/X86/elf-names.ll +++ b/llvm/test/DebugInfo/X86/elf-names.ll @@ -1,5 +1,6 @@ ; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -o %t -filetype=obj ; RUN: llvm-dwarfdump %t | FileCheck %s +; RUN: llvm-as < %s | llvm-dis | FileCheck --check-prefix=CHECK-DIS %s ; CHECK: 0x0000000b: DW_TAG_compile_unit ; CHECK: 0x00000012: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000035] = "foo.cpp") @@ -9,6 +10,8 @@ ; CHECK: 0x00000045: DW_AT_name [DW_FORM_strp] ( .debug_str[0x0000005d] = "c1") ; CHECK: 0x0000008d: DW_AT_artificial [DW_FORM_flag_present] (true) +; CHECK-DIS: [artificial] + %class.D = type { i32, i32, i32, i32 } @_ZN1DC1Ev = alias void (%class.D*)* @_ZN1DC2Ev |