[PATCH] D108577: [AIX] Suppress -Waix-compat warning with SmallVector class
David Tenty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 27 08:16:49 PDT 2021
daltenty accepted this revision.
daltenty added a comment.
This revision is now accepted and ready to land.
LGTM, with minor nit
================
Comment at: llvm/lib/Support/SmallVector.cpp:22
namespace {
+#if defined(_AIX)
+#pragma GCC diagnostic push
----------------
nit: maybe a comment would be warranted, since this what the intention of this is won't be very obvious to anyone who doesn't work on AIX
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108577/new/
https://reviews.llvm.org/D108577
More information about the llvm-commits
mailing list