diff options
Diffstat (limited to 'test/CodeGenCXX/2010-06-22-ZeroBitfield.cpp')
-rw-r--r-- | test/CodeGenCXX/2010-06-22-ZeroBitfield.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/2010-06-22-ZeroBitfield.cpp b/test/CodeGenCXX/2010-06-22-ZeroBitfield.cpp index c2f37f7405..0f600e77b6 100644 --- a/test/CodeGenCXX/2010-06-22-ZeroBitfield.cpp +++ b/test/CodeGenCXX/2010-06-22-ZeroBitfield.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm -g %s -o - +// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o - struct s8_0 { unsigned : 0; }; struct s8_1 { double x; }; struct s8 { s8_0 a; s8_1 b; }; |