[PATCH] D108577: [AIX] Avoid -Waix-compat warning with SmallVector class

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 25 14:03:05 PDT 2021


daltenty requested changes to this revision.
daltenty added a comment.
This revision now requires changes to proceed.

Since this structure is only used for checking the following static asserts, so binary compat probably isn't a real concern. So maybe it's better to suppress the warning is better this case.


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