[PATCH] D11326: [Release] Allow release testers to disable certain components

Hans Wennborg hans at chromium.org
Mon Jul 20 09:15:46 PDT 2015


hans added inline comments.

================
Comment at: utils/release/test-release.sh:22
@@ -22,1 +21,3 @@
+# Basic projects, always built
+projects="llvm cfe clang-tools-extra"
 
----------------
Could we move this down to where the optional projects are added? It would be easier to follow if they were close to each other in the source.

================
Comment at: utils/release/test-release.sh:246
@@ +245,3 @@
+        if [ -d $proj.src ]; then
+          echo "# Reusing $proj $Release-$RC sources"
+          continue
----------------
Doesn't -no-checkout cover this use case?


Repository:
  rL LLVM

http://reviews.llvm.org/D11326







More information about the llvm-commits mailing list