diff options
Diffstat (limited to 'clang/test/CodeGen/2010-01-18-Inlined-Debug.c')
-rw-r--r-- | clang/test/CodeGen/2010-01-18-Inlined-Debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2010-01-18-Inlined-Debug.c b/clang/test/CodeGen/2010-01-18-Inlined-Debug.c index bdc6fc5267e..d763744d508 100644 --- a/clang/test/CodeGen/2010-01-18-Inlined-Debug.c +++ b/clang/test/CodeGen/2010-01-18-Inlined-Debug.c @@ -1,5 +1,5 @@ // PR: 6058 -// RUN: %clang_cc1 -g -emit-llvm %s -o /dev/null +// RUN: %clang_cc1 -debug-info-kind=limited -emit-llvm %s -o /dev/null static inline int foo(double) __attribute__ ((always_inline)); static inline int foo(double __x) { return __x; } |