1*67e74705SXin Li // RUN: %clang -target x86_64-linux-gnu -gsplit-dwarf -S -emit-llvm -o - %s | FileCheck %s main(void)2*67e74705SXin Liint 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