diff options
Diffstat (limited to 'test/CodeGenCXX/2010-03-09-AnonAggregate.cpp')
-rw-r--r-- | test/CodeGenCXX/2010-03-09-AnonAggregate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/2010-03-09-AnonAggregate.cpp b/test/CodeGenCXX/2010-03-09-AnonAggregate.cpp index 99883d8..056b500 100644 --- a/test/CodeGenCXX/2010-03-09-AnonAggregate.cpp +++ b/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. |