[llvm-commits] [tsan] update documentation

Dmitry Vyukov dvyukov at google.com
Fri Dec 14 01:16:00 PST 2012


On Thu, Dec 13, 2012 at 3:50 AM, Sean Silva <silvas at purdue.edu> wrote:
> Hi, sorry to do this to you but we are in the middle of converting
> Clang's documentation to reStructuredText. Please update to ToT and
> make these changes to docs/ThreadSanitizer.rst. reStructuredText is a
> plain-text-like simple markup language and it should be easy to
> modify; if you need any help please let me know.


llvm/tools/clang/docs$ make -f Makefile.sphinx
sphinx-build -b html -d _build/doctrees   . _build/html
Error: Source directory doesn't contain conf.py file.
make: *** [html] Error 1

And there is no ThreadSanitizer.rst at all.



More information about the llvm-commits mailing list