[zorg] r178752 - Correct what will be the LNT builder naming schema.
Michael Gottesman
mgottesman at apple.com
Thu Apr 4 01:00:48 PDT 2013
Author: mgottesman
Date: Thu Apr 4 03:00:47 2013
New Revision: 178752
URL: http://llvm.org/viewvc/llvm-project?rev=178752&view=rev
Log:
Correct what will be the LNT builder naming schema.
Modified:
zorg/trunk/buildbot/llvmlab/master/config/builderconstruction.py
Modified: zorg/trunk/buildbot/llvmlab/master/config/builderconstruction.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/llvmlab/master/config/builderconstruction.py?rev=178752&r1=178751&r2=178752&view=diff
==============================================================================
--- zorg/trunk/buildbot/llvmlab/master/config/builderconstruction.py (original)
+++ zorg/trunk/buildbot/llvmlab/master/config/builderconstruction.py Thu Apr 4 03:00:47 2013
@@ -171,7 +171,7 @@ def construct_compiler_builder_from_name
def construct_lnt_builder_from_name(name):
# LNT builds are named following:
- # <compiler under test>_<arch>_<options>.
+ # lnt_<compiler under test>_<arch>_<options>.
# and all options are prefixed by '-' and no '-' can appear in an option.
# Hack around x86_64 problem for now, to avoid changing builder names yet.
More information about the llvm-commits
mailing list