From dbe13110f59f48b4dbb7552b3ac2935acdeece7f Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 14 Apr 2012 14:01:31 +0000 Subject: Vendor import of clang trunk r154661: http://llvm.org/svn/llvm-project/cfe/trunk@r154661 --- test/CodeGen/debug-info-compilation-dir.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/CodeGen/debug-info-compilation-dir.c (limited to 'test/CodeGen/debug-info-compilation-dir.c') diff --git a/test/CodeGen/debug-info-compilation-dir.c b/test/CodeGen/debug-info-compilation-dir.c new file mode 100644 index 000000000000..4b472991498c --- /dev/null +++ b/test/CodeGen/debug-info-compilation-dir.c @@ -0,0 +1,6 @@ +// RUN: %clang_cc1 -fdebug-compilation-dir /nonsense -emit-llvm -g %s -o - | FileCheck -check-prefix=CHECK-NONSENSE %s +// CHECK-NONSENSE: nonsense + +// RUN: %clang_cc1 -emit-llvm -g %s -o - | FileCheck -check-prefix=CHECK-DIR %s +// CHECK-DIR: CodeGen + -- cgit v1.3