[llvm-bugs] [Bug 41948] New: LLVM toolset for VS 2019 does not exist unless VS 2017 is installed

via llvm-bugs llvm-bugs at lists.llvm.org
Mon May 20 10:03:14 PDT 2019


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

            Bug ID: 41948
           Summary: LLVM toolset for VS 2019 does not exist unless VS 2017
                    is installed
           Product: Packaging
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Windows Installer
          Assignee: unassignedbugs at nondot.org
          Reporter: greg.bedwell at sony.com
                CC: llvm-bugs at lists.llvm.org, zturner at google.com

Reported by a team here who are experimenting with building their codebase with
clang-cl:

"""
The bug we observed is:

If you install the LLVM Compiler Toolchain Visual Studio extension for VS 2019
on a machine without VS 2017 (or without the VS 2017 extension), the LLVM
platform toolset does not exist.

You can reproduce this by:

* Install the LLVM toolchain and VS 2019 extension on a machine without VS
2017, observe that the LLVM toolset does not appear as an option under Platform
Toolset in the IDE.
* Install VS 2017, the LLVM toolset is still missing.
* Install the LLVM toolchain extension for VS 2017, the LLVM toolset now exists
and works.
"""

-- 
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/20190520/4828393b/attachment.html>


More information about the llvm-bugs mailing list