forked from OSchip/llvm-project
Changed the order of two assignment stmts.
llvm-svn: 114381
This commit is contained in:
parent
209cdbef64
commit
958da040e4
|
@ -347,8 +347,8 @@ unittest2.signals.installHandler()
|
|||
# over different configurations.
|
||||
#
|
||||
|
||||
iterCompilers = False
|
||||
iterArchs = False
|
||||
iterCompilers = False
|
||||
|
||||
from types import *
|
||||
if "archs" in config:
|
||||
|
|
Loading…
Reference in New Issue