diff options
Diffstat (limited to 'test/CodeGen/debug-info-same-line.c')
-rw-r--r-- | test/CodeGen/debug-info-same-line.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/debug-info-same-line.c b/test/CodeGen/debug-info-same-line.c index 7b71f57..a791222 100644 --- a/test/CodeGen/debug-info-same-line.c +++ b/test/CodeGen/debug-info-same-line.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm %s -g -o - | FileCheck %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm %s -debug-info-kind=limited -o - | FileCheck %s // Here two temporary nodes are identical (but should not get uniqued) while // building the full debug type. typedef struct { long x; } foo; typedef struct { foo *x; } bar; |