Sign in
llvm
/
llvm-project
/
libcxx
/
refs/heads/main
/
.
/
test
/
extensions
/
gnu
/
lit.local.cfg
blob: ffc4fc420f4ce960af0fdf0449295c7114871a1c [
file
] [
edit
]
# Only libc++ and libstdc++ have any gnu extensions
if
(
"stdlib=libc++"
not
in
config
.
available_features
and
"stdlib=libstdc++"
not
in
config
.
available_features
):
config
.
unsupported
=
True