clang build.py: set -DLLVM_ENABLE_DIA_SDK=OFF to use the native symbolizer,
and also remove DIA dependencies. Setting DLLVM_ENABLE_DIA_SDK=OFF makes LLVM default to the native symbolizer, which was recently implemented, and allows us to remove the DIA dependency. There aren't many existing test cases for this, so at the moment it's possible there are edge cases where the native symbolizer doesn't work. Change-Id: I8ff395f47869296b01bc3c11f3afdeae102664d5 Bug: 1126219 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399515 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#806243}
Showing
Please register or sign in to comment