llvm-symbolizer used to use the DIA SDK for symbolization on
Windows; this patch switches to using native symbolization, which was
implemented recently.
Users can still make the symbolizer use DIA by adding the -dia flag
in the LLVM_SYMBOLIZER_OPTS environment variable.
I think this help string might be a smidge more useful to people who don't already know what DIA is.