[OpenACC] Implement 'collapse' for combined constructs.
[llvm-project.git] / llvm / test / ExecutionEngine / OrcLazy / lit.local.cfg
blob428e08c8b20e789a4bf958088f71dc13f6c17cc0
1 import sys
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",
16     config.unsupported = True
18 # FIXME: These tests don't pass with the COFF rtld.
19 if sys.platform == "win32":
20     config.unsupported = True