From 809500fc2c13c8173a16b052304d983864e4a1e1 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 8 Apr 2013 18:45:10 +0000 Subject: Vendor import of clang trunk r178860: http://llvm.org/svn/llvm-project/cfe/trunk@178860 --- test/CodeGen/split-debug-filename.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/CodeGen/split-debug-filename.c (limited to 'test/CodeGen/split-debug-filename.c') diff --git a/test/CodeGen/split-debug-filename.c b/test/CodeGen/split-debug-filename.c new file mode 100644 index 000000000000..63970a83df10 --- /dev/null +++ b/test/CodeGen/split-debug-filename.c @@ -0,0 +1,7 @@ +// RUN: %clang -target x86_64-linux-gnu -gsplit-dwarf -S -emit-llvm -o - %s | FileCheck %s +int main (void) { + return 0; +} + +// Testing to ensure that the dwo name gets output into the compile unit. +// CHECK: split-debug-filename.dwo -- cgit v1.3