xref: /llvm-project/clang/test/CodeGen/split-debug-output.c (revision e1dc495e63023cc1df573f35a9714f5b43a9d8d8)
1 // REQUIRES: x86-registered-target
2 // RUN: %clang_cc1 -triple x86_64-unknown-linux -debug-info-kind=limited -enable-split-dwarf -split-dwarf-file foo.dwo -split-dwarf-output %t -emit-obj -o - %s | llvm-dwarfdump -debug-info - | FileCheck %s
3 // RUN: llvm-dwarfdump -debug-info %t | FileCheck %s
4 
5 int f() { return 0; }
6 
7 // CHECK: DW_AT_GNU_dwo_name ("foo.dwo")
8