diff options
Diffstat (limited to 'clang/test/CodeGen/2007-05-11-str-const.c')
-rw-r--r-- | clang/test/CodeGen/2007-05-11-str-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2007-05-11-str-const.c b/clang/test/CodeGen/2007-05-11-str-const.c index 731496d3468..5c3039ca032 100644 --- a/clang/test/CodeGen/2007-05-11-str-const.c +++ b/clang/test/CodeGen/2007-05-11-str-const.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm -g %s -o /dev/null +// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o /dev/null static unsigned char out[]={0,1}; static const unsigned char str1[]="1"; |