[llvm-commits] [zorg] r152416 - /zorg/trunk/lnt/lnt/testing/util/compilers.py
Jakob Stoklund Olesen
stoklund at 2pi.dk
Fri Mar 9 10:22:18 PST 2012
Author: stoklund
Date: Fri Mar 9 12:22:18 2012
New Revision: 152416
URL: http://llvm.org/viewvc/llvm-project?rev=152416&view=rev
Log:
Keep going if cc_name can't be parsed.
Modified:
zorg/trunk/lnt/lnt/testing/util/compilers.py
Modified: zorg/trunk/lnt/lnt/testing/util/compilers.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/lnt/lnt/testing/util/compilers.py?rev=152416&r1=152415&r2=152416&view=diff
==============================================================================
--- zorg/trunk/lnt/lnt/testing/util/compilers.py (original)
+++ zorg/trunk/lnt/lnt/testing/util/compilers.py Fri Mar 9 12:22:18 2012
@@ -58,6 +58,7 @@
# Compute normalized compiler name and type. We try to grab source
# revisions, branches, and tags when possible.
+ cc_norm_name = None
cc_build = None
cc_src_branch = cc_alt_src_branch = None
cc_src_revision = cc_alt_src_revision = None
More information about the llvm-commits
mailing list