[libcxx] [llvm] [libc++] Bump the docker image hash (PR #140517)
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Thu May 29 12:20:41 PDT 2025
================
@@ -24,7 +24,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD
// A type is trivially relocatable if a move construct + destroy of the original object is equivalent to
// `memcpy(dst, src, sizeof(T))`.
-#if __has_builtin(__is_trivially_relocatable)
+#if __has_builtin(__is_trivially_relocatable) && 0
----------------
tstellar wrote:
The container should also be checked to make sure this change isn't in there.
https://github.com/llvm/llvm-project/pull/140517
More information about the llvm-commits
mailing list