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
[OpenACC] Implement 'collapse' for combined constructs.
[llvm-project.git]
/
llvm
/
test
/
ExecutionEngine
/
OrcLazy
/
lit.local.cfg
blob
428e08c8b20e789a4bf958088f71dc13f6c17cc0
1
import sys
2
3
if config.root.host_arch not in [
4
"aarch64",
5
"arm64",
6
"i386",
7
"x86",
8
"x86_64",
9
"AMD64",
10
"mips",
11
"mipsel",
12
"mips64",
13
"mips64el",
14
"loongarch64",
15
]:
16
config.unsupported = True
17
18
# FIXME: These tests don't pass with the COFF rtld.
19
if sys.platform == "win32":
20
config.unsupported = True