Sign in
rust
/
rust-lang
/
llvm-project
/
2a2ea6b49e79325e0d10d33fac2b10ea3bebcc7c
/
.
/
llvm
/
test
/
tools
/
llvm-ml
/
lit.local.cfg
blob: 39c93fcfcb53eeb2d91a56993d43f4fd3f341606 [
file
] [
log
] [
blame
]
if
not
(
'X86'
in
config
.
root
.
targets
):
# We need support for X86.
config
.
unsupported
=
True
config
.
suffixes
.
add
(
'.asm'
)
config
.
suffixes
.
add
(
'.blah'
)