We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b20c8 commit 9cea288Copy full SHA for 9cea288
llvm/utils/release/export.sh
@@ -84,7 +84,7 @@ export_sources() {
84
# Determine the release by fetching the version from LLVM's CMakeLists.txt
85
# in the specified git ref.
86
if [ -n "$snapshot" ]; then
87
- release=$(git -C $llvm_src_dir show $snapshot:llvm/CMakeLists.txt | grep -ioP 'set\(\s*LLVM_VERSION_(MAJOR|MINOR|PATCH)\s\K[0-9]+' | paste -sd '.')
+ release=$(git -C $llvm_src_dir show $snapshot:cmake/Modules/LLVMVersion.cmake | grep -ioP 'set\(\s*LLVM_VERSION_(MAJOR|MINOR|PATCH)\s\K[0-9]+' | paste -sd '.')
88
fi
89
90
tag="llvmorg-$release"
0 commit comments