[zorg] r349810 - [zorg] Uprev clang on sanitizer bots
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 20 12:03:31 PST 2018
Author: vitalybuka
Date: Thu Dec 20 12:03:31 2018
New Revision: 349810
URL: http://llvm.org/viewvc/llvm-project?rev=349810&view=rev
Log:
[zorg] Uprev clang on sanitizer bots
Modified:
zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_functions.sh
Modified: zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_functions.sh
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_functions.sh?rev=349810&r1=349809&r2=349810&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_functions.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_functions.sh Thu Dec 20 12:03:31 2018
@@ -119,7 +119,7 @@ function build_stage1_clang {
}
function build_stage1_clang_at_revison {
- local HOST_CLANG_REVISION=343264
+ local HOST_CLANG_REVISION=349610
if [ -r ${STAGE1_DIR}/host_clang_revision ] && \
[ "$(cat ${STAGE1_DIR}/host_clang_revision)" == $HOST_CLANG_REVISION ]
More information about the llvm-commits
mailing list