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