Closed
Description
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.