repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
ExecutionEngine
/
OrcLazy
/
lit.local.cfg
blob
cbd7c544065d8ce547b18da6bbc507abeec5195a
1
import sys
2
3
if config.root.host_arch not in [
4
"i386",
5
"x86",
6
"x86_64",
7
"AMD64",
8
"mips",
9
"mipsel",
10
"mips64",
11
"mips64el",
12
"loongarch64",
13
]:
14
config.unsupported = True
15
16
# FIXME: These tests don't pass with the COFF rtld.
17
if sys.platform == "win32":
18
config.unsupported = True