Searched +full:- +full:dllvm_enable_sphinx (Results 1 – 11 of 11) sorted by relevance
4 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception14 - 'main'16 - 'llvm/docs/**'17 - 'clang/docs/**'18 - 'clang/include/clang/Basic/AttrDocs.td'19 - 'clang/include/clang/Driver/ClangOptionDocs.td'20 - 'clan[all...]
12 Sphinx <http://sphinx-doc.org/> and then do:14 cd <build-dir>15 …cmake -DLLVM_ENABLE_SPHINX=true -DSPHINX_OUTPUT_HTML=true -DCMAKE_MODULE_PATH=/path/to/llvm/cmake/…16 make docs-openmp-html17 $BROWSER <build-dir>/docs/html/index.html20 `docs/Foo.rst` <-> `<build-dir>/projects/openmp/docs//html/Foo.html` <->34 directory `<build-dir>/docs/man/`.36 cd <build-dir>37 cmake -DLLVM_ENABLE_SPHINX=true -DSPHINX_OUTPUT_MAN=true <src-dir>39 man -l >build-dir>/docs/man/FileCheck.1[all …]
12 Sphinx <http://sphinx-doc.org/> and then do:14 cd <build-dir>15 cmake -DLLVM_ENABLE_SPHINX=true -DSPHINX_OUTPUT_HTML=true <src-dir>16 make -j3 docs-llvm-html17 $BROWSER <build-dir>/docs/html/index.html20 `docs/Foo.rst` <-> `<build-dir>/docs//html/Foo.html` <-> `https://llvm.org/docs/Foo.html`.33 directory `<build-dir>/docs/man/`.35 cd <build-dir>36 cmake -DLLVM_ENABLE_SPHINX=true -DSPHINX_OUTPUT_MAN=true <src-dir>37 make -j3 docs-llvm-man[all …]
15 .. _`reStructuredText`: http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html16 .. _`Sphinx`: http://www.sphinx-doc.org21 …ext editor. You can then write your docs, and then send the new article to llvm-commits for review.30 plain-text conventions so it should be quite natural. A basic knowledge of37 llvm-commits for review.40 ---------------------50 A standard best practice is to make your articles task-oriented. You generally should not be writin…54 When creating a task-oriented article, follow existing LLVM articles by giving it a filename that s…66 structure. Use the same kind of adornments (e.g. ``======`` vs. ``------``)71 -------------------------[all …]
19 C-like languages use the `Clang <https://clang.llvm.org/>`_ front end. This21 -- and from there into object files, using LLVM.34 * ``git clone https://github.com/llvm/llvm-project.git``37 ``git clone --config core.autocrlf=false38 https://github.com/llvm/llvm-project.git``39 * To save storage and speed-up the checkout time, you may want to do a40 `shallow clone <https://git-scm.com/docs/git-clon[all...]
2 #===-- build-docs.sh - Tag the LLVM release candidates ---------------------===#6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception8 #===------------------------------------------------------------------------===#14 # * dnf install doxygen texlive-epstopdf ghostscript \15 # ninja-build gcc-c++16 # * pip install --user -r ./llvm/docs/requirements.txt18 # * apt-get install doxygen \19 # ninja-build graphviz texlive-font-utils20 # * pip install --user -r ./llvm/docs/requirements.txt21 #===------------------------------------------------------------------------===#[all …]
9 * -DLLVM_ENABLE_SPHINX=ON10 * -DLIBC_INCLUDE_DOCS=ON12 After configuring libc with these options the make rule `docs-libc-html`
9 * -DLLVM_ENABLE_SPHINX=ON10 * -DBOLT_INCLUDE_DOCS=ON12 After configuring BOLT with these options the make rule `docs-bolt-html` should
9 * -DLLVM_ENABLE_SPHINX=ON10 * -DLIBUNWIND_INCLUDE_DOCS=ON12 After configuring libunwind with these options the make rule `docs-libunwind-html`
9 * -DLLVM_ENABLE_SPHINX=ON10 * -DLIBCXX_INCLUDE_DOCS=ON12 After configuring libc++ with these options the make rule `docs-libcxx-html`15 The documentation in this directory is published at https://libcxx.llvm.org. It is kept up-to-date16 by a build bot: https://lab.llvm.org/buildbot/#/builders/publish-sphinx-docs. If you notice that the
1 <!--===- docs/GettingStarted.md5 SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception7 -->12 ---14 ---36 compiler-rt. Note that compiler-rt is only needed to access libraries that39 includig GNU and clang. But building compiler-rt requres using the clang44 into a directory called llvm-project. The build will also46 the built files), install (holds the installed files, and compiler-rt (holds47 the result of building compiler-rt).[all …]