This is an archive of the discontinued LLVM Phabricator instance.

[docs] Add DIA register instructions to Getting Started with Visual Studio page
ClosedPublic

Authored by yaron.keren on Aug 27 2021, 2:17 AM.

Details

Summary

Since Visual Studio 2017 the DIA libs are not registered by default, see:
https://docs.microsoft.com/en-us/visualstudio/extensibility/breaking-changes-2017?view=vs-2019#change-reduce-registry-impact
LLDB building instruction already specify registering these DLLs, required
both the LLVM PDB tests and LLDB build.

Diff Detail

Event Timeline

yaron.keren requested review of this revision.Aug 27 2021, 2:17 AM
yaron.keren created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 27 2021, 2:17 AM
This revision was not accepted when it landed; it landed in state Needs Review.Aug 27 2021, 3:10 AM
This revision was automatically updated to reflect the committed changes.