summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-02-25 18:19:32 +0000
committerEric Christopher <echristo@gmail.com>2013-02-25 18:19:32 +0000
commite63c305b72a8c9d67a74ee893c99460dee9495d8 (patch)
tree0efe6291ccd102c6ce26bb3ef2506c1c488fff99
parent0e760da5fc63fd4d3e16d2917fcca848b932d35b (diff)
downloadbcm5719-llvm-e63c305b72a8c9d67a74ee893c99460dee9495d8.tar.gz
bcm5719-llvm-e63c305b72a8c9d67a74ee893c99460dee9495d8.zip
Add forgotten testcase.
llvm-svn: 176032
-rw-r--r--clang/test/CodeGen/split-debug-filename.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/test/CodeGen/split-debug-filename.c b/clang/test/CodeGen/split-debug-filename.c
new file mode 100644
index 00000000000..63970a83df1
--- /dev/null
+++ b/clang/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
OpenPOWER on IntegriCloud