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

search for LLVM clang-cl compiler #2627

Merged
merged 17 commits into from
Jul 21, 2022
Merged

search for LLVM clang-cl compiler #2627

merged 17 commits into from
Jul 21, 2022

Conversation

elahehrashedi
Copy link
Contributor

@elahehrashedi elahehrashedi commented Jun 28, 2022

bugfix: #2622

a sample clang kit:

  {
    "name": "Clang 12.0.0 (MSVC CLI) for MSVC 16.11.32602.291 (Visual Studio Enterprise 2019 Release - x86)",
    "visualStudio": "dc3c7e8c",
    "visualStudioArchitecture": "x86",
    "preferredGenerator": {
      "name": "Visual Studio 16 2019",
      "platform": "x86",
      "toolset": "host=x86"
    },
    "compilers": {
      "C": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\Llvm\\bin\\clang-cl.exe",
      "CXX": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\Llvm\\bin\\clang-cl.exe"
    }
  }

src/kit.ts Outdated Show resolved Hide resolved
src/kit.ts Outdated Show resolved Hide resolved
src/kit.ts Outdated Show resolved Hide resolved
src/kit.ts Show resolved Hide resolved
src/kit.ts Outdated Show resolved Hide resolved
src/kit.ts Outdated Show resolved Hide resolved
@elahehrashedi elahehrashedi enabled auto-merge (squash) July 21, 2022 15:38
src/kit.ts Outdated Show resolved Hide resolved
src/kit.ts Outdated Show resolved Hide resolved
src/kit.ts Outdated Show resolved Hide resolved
@elahehrashedi elahehrashedi enabled auto-merge (squash) July 21, 2022 18:01
CHANGELOG.md Outdated Show resolved Hide resolved
@elahehrashedi elahehrashedi merged commit 7d654b1 into main Jul 21, 2022
@elahehrashedi elahehrashedi deleted the elrashed/clangclkit branch July 21, 2022 19:46
@github-actions github-actions bot locked and limited conversation to collaborators Sep 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] Unable to detect clang-cl.exe as compilers installed in C:\Program Files\LLVM\bin\.
2 participants