diff options
Diffstat (limited to 'clang/test/CodeGen/debug-info-compilation-dir.c')
-rw-r--r-- | clang/test/CodeGen/debug-info-compilation-dir.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/CodeGen/debug-info-compilation-dir.c b/clang/test/CodeGen/debug-info-compilation-dir.c new file mode 100644 index 00000000000..4ffa1552cad --- /dev/null +++ b/clang/test/CodeGen/debug-info-compilation-dir.c @@ -0,0 +1,4 @@ +// RUN: %clang_cc1 -fdebug-compilation-dir /nonsense -emit-llvm -g %s -o - | \ +// RUN: grep nonsense + +// RUN: %clang_cc1 -emit-llvm -g %s -o - | grep %S |