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
Windows builds currently use external assembler for the sake of generating correct stack unwinding tables (see #8596). This, of course, slows down the build and also creates a dependency on the assembler tool.
Eventually it would be nice to figure out what's wrong with LLVM's integrated assembler, and switch back to using it.