================ @@ -47,6 +47,9 @@ #define __NOEXCEPT throw() #endif +#undef LLVM_LIBC_CAST +#define LLVM_LIBC_CAST(cast, type, value) (cast<type>(value)) ---------------- c8ef wrote: Done. https://github.com/llvm/llvm-project/pull/127319