Sign in
rust
/
llvm-project
/
refs/heads/rust-revert-fastisel
/
.
/
compiler-rt
/
test
/
orc
/
TestCases
/
Linux
/
ppc64
/
lit.local.cfg.py
blob: db1dc1c10a1351b2a1c736cefe75da462ff637c0 [
file
] [
edit
]
# 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