[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / ExecutionEngine / OrcLazy / lit.local.cfg
blobcbd7c544065d8ce547b18da6bbc507abeec5195a
1 import sys
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",
14     config.unsupported = True
16 # FIXME: These tests don't pass with the COFF rtld.
17 if sys.platform == "win32":
18     config.unsupported = True