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 eeecd33 commit 4296eb1Copy full SHA for 4296eb1
llvm/utils/release/export.sh
@@ -13,7 +13,7 @@
13
14
set -e
15
16
-projects="cmake bolt"
+projects="llvm bolt clang cmake compiler-rt libcxx libcxxabi libclc clang-tools-extra polly lldb lld openmp libunwind mlir flang runtimes third-party"
17
18
release=""
19
rc=""
@@ -112,7 +112,7 @@ export_sources() {
112
echo "$rc" > $target_dir/llvm-rc-$yyyymmdd.txt
113
echo "$git_rev" > $target_dir/llvm-git-revision-$yyyymmdd.txt
114
115
- #git archive --prefix=llvm-project-$release$rc.src/ $tree_id . | xz -T0 >$target_dir/$(template_file llvm-project)
+ git archive --prefix=llvm-project-$release$rc.src/ $tree_id . | xz -T0 >$target_dir/$(template_file llvm-project)
116
popd
117
118
if [ -z "$snapshot" ]; then
0 commit comments