[zorg] r363706 - Remove the debuginfo-tests from the default llvm configuration.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 10:46:05 PDT 2019


Author: adrian
Date: Tue Jun 18 10:46:04 2019
New Revision: 363706

URL: http://llvm.org/viewvc/llvm-project?rev=363706&view=rev
Log:
Remove the debuginfo-tests from the default llvm configuration.

I'm going to make them a separate bot where we have more control over what the host LLDB is.

rdar://problem/51799130

Modified:
    zorg/trunk/zorg/jenkins/build.py

Modified: zorg/trunk/zorg/jenkins/build.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/jenkins/build.py?rev=363706&r1=363705&r2=363706&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/build.py (original)
+++ zorg/trunk/zorg/jenkins/build.py Tue Jun 18 10:46:04 2019
@@ -809,7 +809,7 @@ def derive(tree, repos):
 
 
 def derive_llvm(repos=['llvm', 'clang', 'libcxx', 'clang-tools-extra', \
-                       'compiler-rt', 'debuginfo-tests']):
+                       'compiler-rt']):
     """Build a derived src tree for LLVM"""
     derive(tree='llvm', repos=repos)
 




More information about the llvm-commits mailing list