Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/17.0-2023-07-29
/
.
/
llvm
/
test
/
tools
/
llvm-ml
/
lit.local.cfg
blob: e7b7d78f22aca13d94edf0d199a7c76e3a254f8f [
file
] [
log
] [
blame
] [
edit
]
if
not
(
"X86"
in
config
.
root
.
targets
):
# We need support for X86.
config
.
unsupported
=
True
config
.
suffixes
.
add
(
".asm"
)
config
.
suffixes
.
add
(
".blah"
)