[zorg] r222359 - Fix unbound variable in sanitizer buildbot config.
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Wed Nov 19 06:57:05 PST 2014
Author: eugenis
Date: Wed Nov 19 08:57:04 2014
New Revision: 222359
URL: http://llvm.org/viewvc/llvm-project?rev=222359&view=rev
Log:
Fix unbound variable in sanitizer buildbot config.
Modified:
zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_bootstrap.sh
Modified: zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_bootstrap.sh
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_bootstrap.sh?rev=222359&r1=222358&r2=222359&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_bootstrap.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_bootstrap.sh Wed Nov 19 08:57:04 2014
@@ -18,6 +18,7 @@ if [ "$BUILDBOT_CLOBBER" != "" ]; then
fi
MEMORY_SANITIZER_KIND="Memory"
+BUILDBOT_MSAN_ORIGINS=${BUILDBOT_MSAN_ORIGINS:-}
if [ "$BUILDBOT_MSAN_ORIGINS" != "" ]; then
MEMORY_SANITIZER_KIND="MemoryWithOrigins"
fi
More information about the llvm-commits
mailing list