[libcxx-commits] [PATCH] D102048: [libc++] Run `substitutes-in-compile-flags.sh.cpp` test on Windows.

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 7 00:43:16 PDT 2021


curdeius added inline comments.


================
Comment at: libcxx/test/libcxx/selftest/additional_compile_flags/substitutes-in-compile-flags.sh.cpp:9-11
 // This test greps for %t, which is expanded to a path with backslashes. When
 // that is passed to grep, those backslashes would have to be escaped, which we
 // don't do right now.
----------------
This comment needs to be adapted/removed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102048/new/

https://reviews.llvm.org/D102048



More information about the libcxx-commits mailing list