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

Clang: Create kits for bundled LLVM in MSVC #930

Merged
merged 3 commits into from
Dec 27, 2019

Conversation

Zingam
Copy link
Contributor

@Zingam Zingam commented Nov 19, 2019

This change addresses item #914

The following changes are proposed:

  • Refactor the variables according to the coding standard described in development.rst.
  • Enables the detection of LLVM which is bundled in VS2019.

The purpose of this change

  • Detect and create kits for LLVM which is bundled in VS2019.

Other Notes/Information

This PR basically replaces: #894

@Zingam Zingam changed the title Develop zingam msvc bundled llvm Clang: Create kits for bundled LLVM in MSVC Nov 19, 2019
src/kit.ts Show resolved Hide resolved
bundled_clang_cl_paths.forEach(path_ => {clang_cl_paths.add(path_);});

// Scan for kits
const vs_kits = scanForVSKits(pr);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does changing the scanning order do? scanForVSKits used to be first. Is there a reason the order is changing?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just grouped the scanFor... functions together as in that way it is easier for me to follow the process flow. It doesn't change the extension's behavior.

@bobbrow bobbrow added this to the 1.3.0 milestone Nov 19, 2019
@Zingam Zingam force-pushed the develop-Zingam-msvc-bundled-llvm branch from cbf6ea8 to a049fef Compare November 21, 2019 08:56
@bobbrow bobbrow merged commit 30a2608 into microsoft:develop Dec 27, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 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.

2 participants