[libcxx-commits] [PATCH] D124375: [runtimes] [cmake] Fix -Werror detection in common build configs

David Tenty via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 26 15:09:31 PDT 2022


daltenty added a comment.

> @daltenty - what do you want to do about it? Add LIBCXX_ENABLE_WERROR=OFF in the AIX build config (which also would affect the 64 bit build), do silence it differently somehow?

Seems like we could add a diagnostic ignore pragma for `-Watomic-alignment` to atomic.cpp under a  `defined(_AIX) && defined(__64BIT__)` guard  to unblock this  (alternatively I'm ok with setting  LIBCXX_ENABLE_WERROR=OFF  temporarily if that's preferred while we investigate the cause)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124375/new/

https://reviews.llvm.org/D124375



More information about the libcxx-commits mailing list