File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed
Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ if not config.has_plugins:
2+ config.unsupported = True
Original file line number Diff line number Diff line change 1+ # TODO: investigate
2+ if not " X86" in config.root.targets:
3+ config.unsupported = True
Original file line number Diff line number Diff line change 1+ # TODO: investigate
2+ if not " X86" in config.root.targets:
3+ config.unsupported = True
Original file line number Diff line number Diff line change 11# RUN: OrcV2CBindingsLazy 2>&1 | FileCheck -check-prefix=THIS %s
22# RUN: OrcV2CBindingsLazy 0 2>&1 | FileCheck -check-prefix=OTHER %s
33
4- # UNSUPPORTED : target=powerpc64{{ .*}}
4+ # REQUIRES : target={{(x86|x86_64|aarch64|mips(64)?(el)?|loongarch64|riscv64)- .*}}
55
66# THIS: entry(1) = 1
77# OTHER: entry(2) = 2
You can’t perform that action at this time.
0 commit comments