[PATCH] D29281: [docs] cleanup documentation on lit substitutions
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 30 07:48:26 PST 2017
rengolin added a comment.
I don't know enough about the Windows behaviour, but the move looks good to me.
================
Comment at: docs/TestingGuide.rst:474
+ Act like the corresponding substitution above but replace any ``\``
+ character with a ``/``. This is useful to normalize path separators.
+
----------------
From the old doc, it seems to be the other way round.
================
Comment at: docs/TestingGuide.rst:488
+
+ Example: ``%:s: C\Desktop Files\foo_test.s.tmp``
+
----------------
I had no idea this worked at all! Then again, last time I used Windows was when it was still being launched from DOS.
https://reviews.llvm.org/D29281
More information about the llvm-commits
mailing list