[all-commits] [llvm/llvm-project] 57b460: [AIX] Suppress -Waix-compat warning with SmallVect...

Jake Egan via All-commits all-commits at lists.llvm.org
Mon Aug 30 08:00:09 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 57b46056b9435b52028fd96bed43f562be1705fd
      https://github.com/llvm/llvm-project/commit/57b46056b9435b52028fd96bed43f562be1705fd
  Author: Jake Egan <Jake.Egan at ibm.com>
  Date:   2021-08-30 (Mon, 30 Aug 2021)

  Changed paths:
    M llvm/lib/Support/SmallVector.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list