[all-commits] [llvm/llvm-project] 692ebe: [docs] Add DIA register instructions to Getting St...

Yaron Keren via All-commits all-commits at lists.llvm.org
Fri Aug 27 03:10:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 692ebe539537812d5f7d1104ee3e8525a66fca5c
      https://github.com/llvm/llvm-project/commit/692ebe539537812d5f7d1104ee3e8525a66fca5c
  Author: Yaron Keren <yaron.keren at gmail.com>
  Date:   2021-08-27 (Fri, 27 Aug 2021)

  Changed paths:
    M llvm/docs/GettingStartedVS.rst

  Log Message:
  -----------
  [docs] Add DIA register instructions to Getting Started with Visual Studio page

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.

Differential Revision: https://reviews.llvm.org/D108811




More information about the All-commits mailing list