llvm-core: add version 20.1.6
#28517
Open
+113
−1
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.
Summary
Changes to recipe: llvm-core/20.1.6
Motivation
The recipe
llvm-openmp/20.1.6
in Conan Center Index depends onllvm-core/20.1.6
when the optionbuild_libomptarget=True
is enabled. However, this specific version ofllvm-core
is currently missing from the index, which prevents users from successfully buildingllvm-openmp
with that option enabled.Adding
llvm-core/20.1.6
resolves this issue and restores the intended functionality ofllvm-openmp
’sbuild_libomptarget
feature.Details
This PR introduces the missing recipe for
llvm-core/20.1.6
.The version aligns with the existing LLVM 20.1.6 components to ensure compatibility and consistent dependency resolution within the Conan ecosystem.
No functional changes beyond adding the new version; the recipe follows the same structure and conventions as previous
llvm-core
versions.