xref
: /
llvm-project
/
mlir
/
test
/
Integration
/
Dialect
/
LLVMIR
/
CPU
/
X86
/
lit.local.cfg
(revision f9008e6366c2496b1ca1785b891d5578174ad63e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
import platform
2
3
if
platform.machine
() != "x86_64":
4
config.unsupported
= True
5