[libcxx-commits] [PATCH] D115795: [libc++] Add GCC workaround in std::char_traits<char>::length()
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 15 14:42:27 PST 2021
ldionne added a comment.
In D115795#3195968 <https://reviews.llvm.org/D115795#3195968>, @Quuxplusone wrote:
> With one touch of libcxx/test/, ta-da, buildkite detected the typo for you.
I'm not sure I understand this -- are you implying that BuildKite doesn't trigger tests if `libcxx/test` isn't touched? If so, that would be incorrect -- BuildKite triggers whenever anything at all under `libcxx/` is touched, and all the tests are run regardless of what's actually been touched.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115795/new/
https://reviews.llvm.org/D115795
More information about the libcxx-commits
mailing list