mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
0593da7de9
Since native PDB reading has been implemented for symbolizing, switch to using the native PDB reader by default, unless LLVM_ENABLE_DIA_SDK is on. Bug: https://bugs.llvm.org/show_bug.cgi?id=41795 Differential Revision: https://reviews.llvm.org/D84286