diff options
-rwxr-xr-x | lldb/test/dotest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py index 466f7f5c2be..85809b832a0 100755 --- a/lldb/test/dotest.py +++ b/lldb/test/dotest.py @@ -94,7 +94,7 @@ config = {} # with the command line overriding the configFile. When specified, they should be # of the list type. For example, "-A x86_64^i386" => archs=['x86_64', 'i386'] and # "-C gcc^clang" => compilers=['gcc', 'clang']. -archs = ['x86_64', 'i386'] +archs = ['x86_64'] compilers = ['clang'] # Delay startup in order for the debugger to attach. |