xref: /aosp_15_r20/external/clang/test/CodeGen/split-debug-filename.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
1*67e74705SXin Li // RUN: %clang -target x86_64-linux-gnu -gsplit-dwarf -S -emit-llvm -o - %s | FileCheck %s
main(void)2*67e74705SXin Li int main (void) {
3*67e74705SXin Li   return 0;
4*67e74705SXin Li }
5*67e74705SXin Li 
6*67e74705SXin Li // Testing to ensure that the dwo name gets output into the compile unit.
7*67e74705SXin Li // CHECK: split-debug-filename.dwo
8