[all-commits] [llvm/llvm-project] 245b8e: [NFC][AIX]Disable failed tests due to aggressive b...
Steven Wan via All-commits
all-commits at lists.llvm.org
Tue Feb 1 08:50:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 245b8e5691ed9e4483b3e0f807706fe1fb6eaa38
https://github.com/llvm/llvm-project/commit/245b8e5691ed9e4483b3e0f807706fe1fb6eaa38
Author: Steven Wan <wanyu9511 at gmail.com>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M clang/test/Analysis/padding_c.c
M clang/test/Analysis/padding_cpp.cpp
M clang/test/CXX/drs/dr6xx.cpp
M clang/test/SemaTemplate/instantiate-attr.cpp
Log Message:
-----------
[NFC][AIX]Disable failed tests due to aggressive byval alignment warning on AIX
These tests emit unexpected diagnostics on AIX because the byval alignment warning is emitted too aggressively. https://reviews.llvm.org/D118350 is supposed to provide a proper fix to the problem, but for the time being disable the tests to unblock.
Differential Revision: https://reviews.llvm.org/D118670
More information about the All-commits
mailing list