[PATCH] D119322: test-release.sh: Remove test-suite from LLVM_ENABLE_PROJECTS

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 10 00:29:45 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe931f92550bd: test-release.sh: Remove test-suite from LLVM_ENABLE_PROJECTS (authored by rovka).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119322/new/

https://reviews.llvm.org/D119322

Files:
  llvm/utils/release/test-release.sh


Index: llvm/utils/release/test-release.sh
===================================================================
--- llvm/utils/release/test-release.sh
+++ llvm/utils/release/test-release.sh
@@ -249,11 +249,6 @@
     runtimes="$runtimes libunwind"
   fi
 fi
-case $do_test_suite in
-  yes|export-only)
-    projects="$projects test-suite"
-    ;;
-esac
 if [ $do_openmp = "yes" ]; then
   projects="$projects openmp"
 fi


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119322.407406.patch
Type: text/x-patch
Size: 418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220210/a5193e43/attachment.bin>


More information about the llvm-commits mailing list