Displaying 13 results from an estimated 13 matches for "dllvm_build_doc".
Did you mean:
dllvm_build_docs
2018 May 01
1
ninja docs-clang-html fails with tools/clang/docs/ClangCommandLineReference.rst:22:Duplicate explicit target name: "cmdoption-clang--prefix".
Hi,
Since I've migrated to a newer linux distro I can't build docs-clang-html.
1. get LLVM
2. cmake -GNinja -DLLVM_ENABLE_SPHINX=YES -DSPHINX_OUTPUT_HTML=YES
-DLLVM_BUILD_DOCS=YES ~/llvm
3. ninja docs-clang-html
=======================
[1/2] Generating html Sphinx documentation for clang into
"/tmp/LLVM/tools/clang/docs/html"
FAILED: tools/clang/docs/CMakeFiles/docs-clang-html
cd /tmp/LLVM/tools/clang/docs && /usr/bin/sphinx-build -b html -d
/tmp/LLVM...
2016 Sep 20
4
(Thin)LTO llvm build
The configuration we’re mentioning is a 2-stage bootstrap: You need first to build without LTO your own clang, and then use it for the LTO build.
—
Mehid
> On Sep 20, 2016, at 10:17 AM, Michael Kruse <llvmdev at meinersbur.de> wrote:
>
> I am the author of Polly's/ISL's platform tests and could reproduce
> the problem on my system with this error message:
>
>
2018 Sep 10
2
OpenJDK8 failed to work after compiled by LLVM 8 for X86
..._C_FLAGS="-fPIC" \
-DCMAKE_CXX_FLAGS="-std=c++11 -fPIC" \
-DLLVM_BUILD_LLVM_DYLIB=ON \
-DLLVM_LINK_LLVM_DYLIB=ON \
-DLLVM_INSTALL_UTILS=ON \
-DLLVM_ENABLE_RTTI=ON \
-DLLVM_ENABLE_FFI=ON \
-DLLVM_ENABLE_EH=ON \
-DLLVM_BUILD_TESTS=ON \
-DLLVM_BUILD_DOCS=OFF \
-DLLVM_ENABLE_SPHINX=OFF \
-DLLVM_ENABLE_DOXYGEN=OFF \
-DLLDB_DISABLE_LIBEDIT=1 \
-DSPHINX_WARNINGS_AS_ERRORS=OFF \
-DFFI_INCLUDE_DIR=$(pkg-config --variable=includedir libffi) \
-DFFI_LIBRARY_DIR:PATH="$(pkg-config --variable=libdir libffi)" \
-D...
2015 Jul 08
2
[LLVMdev] Building clang + libc++ + libc++abi
[Sorry about the crosspost. Since this is a clang build question but
the build is invoked from the top-level LLVM directory I'm not sure
where the question should go.]
I've got a clang build against libstdc++ on Linux but I would really
like one built against libc++/libc++abi. In other words I'd like to
rebuild clang/llvm with clang using libc++ and libc++abi on Linux.
I looked at
2016 Sep 26
2
(Thin)LTO llvm build
.../include \
> -DCMAKE_INSTALL_PREFIX=$PREFIX \
> -DLLVM_TARGETS_TO_BUILD="X86" \
> -DLLVM_ENABLE_BACKTRACES=OFF \
> -DLLVM_BUILD_EXAMPLES=OFF \
> -DLLVM_INCLUDE_EXAMPLES=OFF \
> -DLLVM_BUILD_TESTS=OFF \
> -DLLVM_INCLUDE_TESTS=OFF \
> -DLLVM_BUILD_DOCS=OFF \
> -DLLVM_INCLUDE_DOCS=OFF \
> -DLLVM_ENABLE_DOXYGEN=OFF \
> -DLLVM_ENABLE_SPHINX=OFF \
> -DLLDB_DISABLE_PYTHON=ON \
> -DCLANG_PLUGIN_SUPPORT=OFF \
> -DLLVM_ENABLE_LTO=Thin \
> -DCMAKE_AR=$PREFIX/bin/llvm-ar \
> -DCMAKE_RANLIB=$PREFIX/bi...
2016 Sep 27
4
(Thin)LTO llvm build
On Tue, Sep 27, 2016 at 6:53 AM, Mehdi Amini <mehdi.amini at apple.com> wrote:
>
>
> > On Sep 27, 2016, at 2:18 AM, Carsten Mattner <carstenmattner at gmail.com>
> wrote:
> >
> >> On Mon, Sep 26, 2016 at 11:02 PM, Teresa Johnson <tejohnson at google.com>
> wrote:
> >> I'll either need to get a reproducer from you and/or try to repro
2018 May 31
1
Hang generating sanitizer tests
Just to follow-up, I'm now encountering this as well. I'm doing this on Linux.
It seems that when linking with the most-recently built clang, the
unit tests are taking a while to complete. It's notably not using more
than 1 thread, and if using `lld` I would have expected the linker to
still be running in parallel.
I'm doing this on a debug build, so that might help narrow it
2018 Sep 11
3
OpenJDK8 failed to work after compiled by LLVM 8 for X86
...IC" \
>> -DLLVM_BUILD_LLVM_DYLIB=ON \
>> -DLLVM_LINK_LLVM_DYLIB=ON \
>> -DLLVM_INSTALL_UTILS=ON \
>> -DLLVM_ENABLE_RTTI=ON \
>> -DLLVM_ENABLE_FFI=ON \
>> -DLLVM_ENABLE_EH=ON \
>> -DLLVM_BUILD_TESTS=ON \
>> -DLLVM_BUILD_DOCS=OFF \
>> -DLLVM_ENABLE_SPHINX=OFF \
>> -DLLVM_ENABLE_DOXYGEN=OFF \
>> -DLLDB_DISABLE_LIBEDIT=1 \
>> -DSPHINX_WARNINGS_AS_ERRORS=OFF \
>> -DFFI_INCLUDE_DIR=$(pkg-config --variable=includedir libffi) \
>> -DFFI_LIBRARY_DIR:PATH="...
2015 Jul 08
2
[LLVMdev] [cfe-dev] Building clang + libc++ + libc++abi
...dlib=libc++ -lc++abi
> -DPYTHON_EXECUTABLE=/opt/python/2.7.9/bin/python2.7
> -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt/clang/dev
> -DLLVM_APPEND_VC_REV=ON -DLLVM_ENABLE_CXX1Y=ON -DLLVM_ENABLE_ASSERTIONS=ON
> -DLLVM_PARALLEL_COMPILE_JOBS=32 -DLLVM_PARALLEL_LINK_JOBS=32
> -DLLVM_BUILD_DOCS=ON -DCLANG_INCLUDE_DOCS=ON -DLIBCXX_CXX_ABI=libcxxabi
> -DLIBCXX_CXX_ABI_INCLUDE_PATHS="/path/to/llvm/projects/libcxxabi/include"
> /path/to/llvm
>
> This gets me a bit further but I am stuck here:
>
> Linking CXX shared library ../../../../lib/libclang.so
> cd /ptmp...
2018 Sep 12
2
OpenJDK8 failed to work after compiled by LLVM 8 for X86
...t;>>> -DLLVM_LINK_LLVM_DYLIB=ON \
>>>> -DLLVM_INSTALL_UTILS=ON \
>>>> -DLLVM_ENABLE_RTTI=ON \
>>>> -DLLVM_ENABLE_FFI=ON \
>>>> -DLLVM_ENABLE_EH=ON \
>>>> -DLLVM_BUILD_TESTS=ON \
>>>> -DLLVM_BUILD_DOCS=OFF \
>>>> -DLLVM_ENABLE_SPHINX=OFF \
>>>> -DLLVM_ENABLE_DOXYGEN=OFF \
>>>> -DLLDB_DISABLE_LIBEDIT=1 \
>>>> -DSPHINX_WARNINGS_AS_ERRORS=OFF \
>>>> -DFFI_INCLUDE_DIR=$(pkg-config --variable=includedir libffi) \
>...
2017 Apr 03
6
Debugging Docs and llvm.org/docs/
> On 3 Apr 2017, at 22:47, Alex Denisov <1101.debian at gmail.com> wrote:
>
> The HTML generated using sphinx[1].
> At the bottom of each page you can see actual version of sphinx used to generate this page.
>
Thanks -- interesting that the docs haven't been updated since March 15th:
© Copyright 2003-2017, LLVM Project. Last updated on 2017-03-16. Created using Sphinx
2016 Dec 20
0
(Thin)LTO llvm build
> On Dec 20, 2016, at 5:49 AM, Carsten Mattner via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Hi again, Teresa.
>
> Looks like I had forgotten to report back with success
> when finally building 3.9.0 in ThinLTO linker mode
> back in October. Sorry about that and thanks for
> helping me out. I know how important it is to get
> success reports as well, as a
2020 Apr 23
7
Cannot build master
Hi,
Using master at b0a1c0b72c9c61f8b0a223e08f43498abb64f5e8, I cannot build
LLVM. I configured with:
CC=clang CXX=clang++ cmake -DCMAKE_INSTALL_PREFIX=$HOME/opt/llvm11-git \
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_BUILD_LLVM_DYLIB=ON \
-DLLVM_LINK_LLVM_DYLIB=ON \
-DBUILD_SHARED_LIBS=OFF \
-DLLVM_ENABLE_EH=ON \
-DLLVM_ENABLE_RTTI=ON \