search for: dllvm_install_utils

Displaying 7 results from an estimated 7 matches for "dllvm_install_utils".

2016 May 02
3
Status of the official LLVM APT repositories
...ons to install them into the appropriate place in the >> tree. They weren't installed by CMake in the first place; I was going to do >> that, which is when I was told they shouldn't be distributed. >> >> > Turns out, these executable are installed when using > -DLLVM_INSTALL_UTILS=1 with cmake, so that simplify this. > > >> For Debian packaging, there are a few things. >> 1) revive the llvm-X.Y-tools.* files, which were in LLVM 3.7. See: >> http://anonscm.debian.org/viewvc/pkg-llvm/llvm-toolchain/branches/3.7/debian/ >> . >> > > This...
2018 Sep 10
2
OpenJDK8 failed to work after compiled by LLVM 8 for X86
...tstrap with LLVM 3.9.1): cmake .. -DCMAKE_BUILD_TYPE=Release \     -DCMAKE_C_COMPILER=clang \     -DCMAKE_CXX_COMPILER=clang++ \     -DCMAKE_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_INCLU...
2016 Apr 13
3
Status of the official LLVM APT repositories
On Wed, 13 Apr 2016 at 09:38 Amaury SECHET <deadalnix at gmail.com> wrote: > I'd be happy to do it, but this is a bit much high level for me to be > actionable. Can you explain me what I should do to reintroduce them int he > debian packaging ? > On the CMake side, I'm not sure. I think it's just a matter of using the "install()" functions to install them
2018 Sep 11
3
OpenJDK8 failed to work after compiled by LLVM 8 for X86
...>> -DCMAKE_C_COMPILER=clang \ >> -DCMAKE_CXX_COMPILER=clang++ \ >> -DCMAKE_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_DIS...
2018 Sep 12
2
OpenJDK8 failed to work after compiled by LLVM 8 for X86
...t;>> -DCMAKE_CXX_COMPILER=clang++ \ >>>> -DCMAKE_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 \ >>>>...
2020 Jan 13
2
Attempt to build MLIR.
These errors seem pretty pervasive for me on a clean build. It appears that it arises because when tablegen'd headers are included in a .h file, every place where that .h file is used needs a dependency on the corresponding IncGen targets. This seems broken in the short term and unmaintainable in the long term. There really needs to be a way of automatically generating the right
2016 Dec 19
1
How to create Debian packages for release 3.9.0
Hello, Le 12/12/2016 à 18:29, Hans Wennborg a écrit : > +Sylvestre who knows about these things. > > On Thu, Dec 8, 2016 at 2:24 AM, Kris van Rens via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> L.S., >> >> I'm currently in the process of creating Debian packages for >> clang/llvm release 3.9.0. For this I'm using the steps as explained on