[PATCH] D62356: [COFF] Replace OutputSection* with uint16_t index in Chunk

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 13:09:04 PDT 2019


rnk added a comment.

In D62356#1516490 <https://reviews.llvm.org/D62356#1516490>, @aganea wrote:

>   regsvr32.exe "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\DIA SDK\bin\msdia140.dll"
>   regsvr32.exe "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\DIA SDK\bin\amd64\msdia140.dll"
>


I ran an elevated cmd prompt, and ran both the above regsvr32 commands, but I still get:

  System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {3BFCEA48-620F-4B6B-81F7-B9AF75454C7D} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).


Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62356/new/

https://reviews.llvm.org/D62356





More information about the llvm-commits mailing list