Support clang-cl in default profile plugin #14682
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog: Feature: Support clang-cl in default profile plugin.
Docs: conan-io/docs#3387
This is a follow up to ##13424 (comment), item 2 this time.
It would be nice if
cl
andclang-cl
were consistent wrtruntime_type
, though since the profile can set the value explicitly, it's not the end of the world if you think this is a bad idea (as far as I've lookedruntime
would only be set with acl
-like compiler, so should be good?).If it's viable:
runtime_type
from Feature/set meson b_vscrt with clang-cl #14664 tests; the now fail without the plugin change and succeed with. Or maybe there should be a test both with and without?Thanks
develop
branch, documenting this one.