diff options
Diffstat (limited to 'clang/test/CodeGenCXX/2010-03-09-AnonAggregate.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/2010-03-09-AnonAggregate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/2010-03-09-AnonAggregate.cpp b/clang/test/CodeGenCXX/2010-03-09-AnonAggregate.cpp index 99883d82636..056b500ce40 100644 --- a/clang/test/CodeGenCXX/2010-03-09-AnonAggregate.cpp +++ b/clang/test/CodeGenCXX/2010-03-09-AnonAggregate.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -g -S -o %t %s +// RUN: %clang_cc1 -debug-info-kind=limited -S -o %t %s // PR: 6554 // More then one anonymous aggregates on one line creates chaos when MDNode uniquness is // combined with RAUW operation. |