[libcxx-commits] [libcxx] [AIX][libc++] Fix sized_delete.pass.cpp for AIX by adding -fsized-deallocation flag (PR #199366)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 10 00:12:45 PDT 2026
================
@@ -17,11 +17,11 @@
// ADDITIONAL_COMPILE_FLAGS(target=aarch64-w64-windows-gnu): -fsized-deallocation
// ADDITIONAL_COMPILE_FLAGS(target=armv7-w64-windows-gnu): -fsized-deallocation
// ADDITIONAL_COMPILE_FLAGS(target=arm64ec-w64-windows-gnu): -fsized-deallocation
-
+// ADDITIONAL_COMPILE_FLAGS(buildhost=aix): -fsized-deallocation
----------------
philnik777 wrote:
We could add another `target=` for AIX where we drop the exact version. @ldionne any thoughts?
https://github.com/llvm/llvm-project/pull/199366
More information about the libcxx-commits
mailing list