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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D84286
[Symbolize][PDB] Switch llvm-symbolizer to use PDB_ReaderType::Native. ClosedPublic Authored by akhuang on Jul 21 2020, 5:48 PM.
Details Summary Since native PDB reading has been implemented for symbolizing,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 22 2020, 6:39 AM Closed by commit rG724bf4ee23a3: [Symbolize][PDB] Switch llvm-symbolizer to use PDB_ReaderType::Native. (authored by akhuang). · Explain WhyJul 22 2020, 5:18 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 279980 llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
|