r176032 - Add forgotten testcase.

Eric Christopher echristo at gmail.com
Mon Feb 25 10:19:32 PST 2013


Author: echristo
Date: Mon Feb 25 12:19:32 2013
New Revision: 176032

URL: http://llvm.org/viewvc/llvm-project?rev=176032&view=rev
Log:
Add forgotten testcase.

Added:
    cfe/trunk/test/CodeGen/split-debug-filename.c

Added: cfe/trunk/test/CodeGen/split-debug-filename.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/split-debug-filename.c?rev=176032&view=auto
==============================================================================
--- cfe/trunk/test/CodeGen/split-debug-filename.c (added)
+++ cfe/trunk/test/CodeGen/split-debug-filename.c Mon Feb 25 12:19:32 2013
@@ -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





More information about the cfe-commits mailing list