You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the LLVM 20 toolset shipped with Visual Studio 2026
using MSVC or ClangCL works but trying with Clang 'proper' (the standard GNU interface) the build fails with this linker error:
lld-link: error: undefined symbol: void * __cdecl operator new[](unsigned __int64, class clang::ASTContext const &, unsigned __int64))
(using LTO in all cases)