blob: 1507edd248492fbe75738053018d04c3d86629ca [file] [log] [blame]
Aaron Pucherte1dc4952019-06-15 15:38:51 +00001// REQUIRES: x86-registered-target
Aaron Puchertb207bae2019-06-26 21:36:35 +00002// RUN: %clang_cc1 -triple x86_64-unknown-linux -debug-info-kind=limited -split-dwarf-file foo.dwo -split-dwarf-output %t -emit-obj -o - %s | llvm-dwarfdump -debug-info - | FileCheck %s
Aaron Pucherte1dc4952019-06-15 15:38:51 +00003// RUN: llvm-dwarfdump -debug-info %t | FileCheck %s
4
5int f() { return 0; }
6
7// CHECK: DW_AT_GNU_dwo_name ("foo.dwo")