diff options
-rwxr-xr-x | lldb/test/redo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/redo.py b/lldb/test/redo.py index b924c4cb8f1..a57ca68e732 100755 --- a/lldb/test/redo.py +++ b/lldb/test/redo.py @@ -28,6 +28,7 @@ redo_specs = [] # encountered "-C clang" and "-C gcc" when visiting the session files, both # compilers will end up in the invocation of the test driver when rerunning. # That is: ./dotest -v -C clang^gcc ... -f ...". Ditto for "-A" flags. + # The "-C compiler" for comp_specs. comp_specs = set() # The "-A arch" for arch_specs. |