diff options
Diffstat (limited to 'test/CodeGen/2007-05-11-str-const.c')
-rw-r--r-- | test/CodeGen/2007-05-11-str-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2007-05-11-str-const.c b/test/CodeGen/2007-05-11-str-const.c index 731496d..5c3039c 100644 --- a/test/CodeGen/2007-05-11-str-const.c +++ b/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"; |