[AIX] Suppress -Waix-compat warning with SmallVector class
When building LLVM with Open XL and -Werror is specified, the -Waix-compat warning becomes an error. This patch updates the SmallVector class to suppress the -Waix-compat warning/error on AIX. Reviewed By: daltenty Differential Revision: https://reviews.llvm.org/D108577
Loading
Please sign in to comment