[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
Tue Jun 9 00:11:36 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:
This should use the target triple, not the buildhost. We should probably remove that lit flag, as it's probably never going to be correctly used.
https://github.com/llvm/llvm-project/pull/199366
More information about the libcxx-commits
mailing list