This is an archive of the discontinued LLVM Phabricator instance.

[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,
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

Diff Detail

Event Timeline

akhuang created this revision.Jul 21 2020, 5:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2020, 5:48 PM
hans accepted this revision.Jul 22 2020, 6:39 AM
This revision is now accepted and ready to land.Jul 22 2020, 6:39 AM
amccarth accepted this revision.Jul 22 2020, 8:29 AM

Fingers crossed...

This revision was automatically updated to reflect the committed changes.