Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LLVM toolset for VS 2019 does not exist unless VS 2017 is installed #41293

Open
gregbedwell opened this issue May 20, 2019 · 1 comment
Open
Labels
bugzilla Issues migrated from bugzilla packaging

Comments

@gregbedwell
Copy link
Collaborator

Bugzilla Link 41948
Version unspecified
OS Windows NT
CC @zmodem,@jryans

Extended Description

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.
    """
@zmodem
Copy link
Collaborator

zmodem commented May 23, 2019

Sadly, there is nobody really maintaining the extension at this point.

The code is under llvm/tools/msbuild/ and patches are welcome.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla packaging
Projects
None yet
Development

No branches or pull requests

2 participants