diff options
Diffstat (limited to 'test/CodeGen/attr-nodebug.c')
-rw-r--r-- | test/CodeGen/attr-nodebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/attr-nodebug.c b/test/CodeGen/attr-nodebug.c index 07a4aa3..8ffe336 100644 --- a/test/CodeGen/attr-nodebug.c +++ b/test/CodeGen/attr-nodebug.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -g -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -debug-info-kind=limited -emit-llvm -o - %s | FileCheck %s void t1() __attribute__((nodebug)); |