repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Cortex-M4 schedule additions
[llvm-complete.git]
/
test
/
ExecutionEngine
/
OrcLazy
/
lit.local.cfg
blob
4161b4f3ce4b699520d256f6b1b7b56421a52a65
1
import sys
2
3
if config.root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64', 'mips', 'mipsel', 'mips64', 'mips64el']:
4
config.unsupported = True
5
6
# FIXME: These tests don't pass with the COFF rtld.
7
if sys.platform == 'win32':
8
config.unsupported = True