mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Add comment about iterating over possible architecture and compiler combinations.
llvm-svn: 118279
This commit is contained in:
@@ -508,11 +508,11 @@ def lldbLoggings():
|
||||
raise Exception('log enable failed (check GDB_REMOTE_LOG env variable.')
|
||||
|
||||
|
||||
############################################
|
||||
# ======================================== #
|
||||
# #
|
||||
# Execution of the test driver starts here #
|
||||
# #
|
||||
############################################
|
||||
# ======================================== #
|
||||
|
||||
#
|
||||
# Start the actions by first parsing the options while setting up the test
|
||||
@@ -600,6 +600,7 @@ if rdir and (iterArchs or iterCompilers):
|
||||
new_stderr = None
|
||||
new_stdout = None
|
||||
|
||||
# Iterating over all possible architecture and compiler combinations.
|
||||
for ia in range(len(archs) if iterArchs else 1):
|
||||
archConfig = ""
|
||||
if iterArchs:
|
||||
|
||||
Reference in New Issue
Block a user