MaggieYi added inline comments.
================ Comment at: clang/test/CodeGenCXX/debug-info-struct-align.cpp:11 +} __attribute__((aligned(1))); +struct MyType mt; + ---------------- dblaikie wrote: > You can drop the "struct" here and from other references to these types (in > mt1/mt2 and the alignof calls) Thanks David. All unnecessary `struct`s have been removed. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D124006/new/ https://reviews.llvm.org/D124006 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits