[PATCH] D118670: [NFC][AIX]Disable failed tests due to aggressive byval alignment warning on AIX

Hubert Tong via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 31 19:01:31 PST 2022


hubert.reinterpretcast added inline comments.


================
Comment at: clang/test/SemaTemplate/instantiate-attr.cpp:1
 // RUN: %clang_cc1 -fsyntax-only -verify %s
 // expected-no-diagnostics
----------------
Add `-Wno-aix-compat` instead?


================
Comment at: clang/test/SemaTemplate/instantiate-attr.cpp:3-6
+
+// Byval alignment warning is emitted too aggressively on AIX.
+// XFAIL: aix
+
----------------
See above suggestion. Please try applying to the other tests too.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118670/new/

https://reviews.llvm.org/D118670



More information about the cfe-commits mailing list