[libcxx-commits] [PATCH] D89495: [libc++] Use the internal Lit shell to run the tests
Alexander Richardson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 9 11:32:28 PST 2020
arichardson added inline comments.
================
Comment at: libcxx/test/libcxx/selftest/shell-escape.sh.cpp:18
-
-// RUN: ! false
----------------
Is this change required because the internal shell doesn't support `!`?
It might be useful to add `!` support to the integrated shell, as that would allow avoiding some process spawns for the `not` utility.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89495/new/
https://reviews.llvm.org/D89495
More information about the libcxx-commits
mailing list