llvm/compiler-rt/test/orc/TestCases/Linux/ppc64/lit.local.cfg.py

# TODO: jitlink for ppc64/powerpc64 hasn't been well tested yet.
# We should support it in the future.
if config.root.host_arch != "ppc64le":
    config.unsupported = True

if config.target_arch != "powerpc64le":
    config.unsupported = True