diff options
Diffstat (limited to 'clang/test/CodeGen/2006-01-13-Includes.c')
-rw-r--r-- | clang/test/CodeGen/2006-01-13-Includes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2006-01-13-Includes.c b/clang/test/CodeGen/2006-01-13-Includes.c index 9cc45cec55e..4b50526b943 100644 --- a/clang/test/CodeGen/2006-01-13-Includes.c +++ b/clang/test/CodeGen/2006-01-13-Includes.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -g -emit-llvm -o - | FileCheck %s +// RUN: %clang_cc1 %s -debug-info-kind=limited -emit-llvm -o - | FileCheck %s // PR676 int printf(const char * restrict format, ...); |