[llvm-bugs] [Bug 42290] New: LLVM Compiler Toolchain extension does not support Visual Studio 2019

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Jun 16 00:37:40 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=42290

            Bug ID: 42290
           Summary: LLVM Compiler Toolchain extension does not support
                    Visual Studio 2019
           Product: Packaging
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Windows Installer
          Assignee: unassignedbugs at nondot.org
          Reporter: powerchord at web.de
                CC: llvm-bugs at lists.llvm.org

On my Windows 10 system with Visual Studio Enterprise 2019 version 16.1.3, the
LLVM Compiler Toolchain extension version 1.0.359557 does not install the
.props and .targets and .xml files to the folder "MSBuild\Microsoft\VC\v160"
where platform toolsets are specified for VS 2019.
Instead, it installs to the folder "Common7\IDE\VC\VCTargets" where platform
toolsets are specified for VS 2017. As a result, there is no LLVM platform
toolset available in project properties.
I have tried multiple times, including the complete uninstallation and
reinstallation of VS and the extension.
After manually copying all 7 files from the wrong folder to the correct folder
it works.
With VS 2019, Microsoft seems to have changed the folder where platform
toolsets are specified. In this case, the extension has not yet been adapted to
this change.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190616/b14a6cca/attachment.html>


More information about the llvm-bugs mailing list