forked from OSchip/llvm-project
Disabled the i386 tests pending fixes in the JIT.
llvm-svn: 152568
This commit is contained in:
parent
afbb65dee7
commit
ddcda28fee
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue