- Added missing substitutions to the documentation in docs/TestingGuide.rst
- Modified docs/CommandGuide/lit.rst to only document the "base" set of substitutions and to refer the reader to docs/TestingGuide.rst for more detailed info on substitutions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I don't know enough about the Windows behaviour, but the move looks good to me.
docs/TestingGuide.rst | ||
---|---|---|
474 ↗ | (On Diff #86275) | From the old doc, it seems to be the other way round. |
488 ↗ | (On Diff #86275) | I had no idea this worked at all! Then again, last time I used Windows was when it was still being launched from DOS. |
docs/TestingGuide.rst | ||
---|---|---|
474 ↗ | (On Diff #86275) | I think that the new doc is correct. From the source code:
|
474 ↗ | (On Diff #86275) | Well that came out badly :( The key point is that the code does this: replace('\\', '/') |
488 ↗ | (On Diff #86275) | You have no idea what your missing out on :) |
docs/TestingGuide.rst | ||
---|---|---|
488 ↗ | (On Diff #86275) | You have no idea what you're missing out on :) |
docs/TestingGuide.rst | ||
---|---|---|
474 ↗ | (On Diff #86275) | Right, this is in line with what I remembered, tbh. |