xref: /llvm-project/compiler-rt/test/orc/TestCases/Linux/ppc64/lit.local.cfg.py (revision 5cb2a78ac2fe861888db7d129dacdd33e8bf6a40)
1# TODO: jitlink for ppc64/powerpc64 hasn't been well tested yet.
2# We should support it in the future.
3if config.root.host_arch != "ppc64le":
4    config.unsupported = True
5
6if config.target_arch != "powerpc64le":
7    config.unsupported = True
8