================ @@ -21,7 +21,7 @@ namespace LIBC_NAMESPACE::cpp { // is_destructible -#if LIBC_HAS_BUILTIN(__is_destructible) +#if __has_builtin(__is_destructible) ---------------- marcauberer wrote: Done. https://github.com/llvm/llvm-project/pull/86554