search for: llvm_install_toolchain_only

Displaying 8 results from an estimated 8 matches for "llvm_install_toolchain_only".

2016 Jan 14
2
Windows binaries and LLVM_INSTALL_TOOLCHAIN_ONLY
This is mostly to Hans since he builds these AIUI, but would be worth getting others' opinions too. I'd like to ask whether building the Windows binaries *without* LLVM_INSTALL_TOOLCHAIN_ONLY could be considered and tried. Would the result be a prohibitive amount larger than the current installer? LLVM is an incredibly useful set of libraries and has many use cases, including on Windows, beyond just a clang.exe add-in for Visual Studio. For those of us downstream users who consume LLVM...
2016 Jan 14
3
Windows binaries and LLVM_INSTALL_TOOLCHAIN_ONLY
Hans Wennborg via llvm-dev <llvm-dev <at> lists.llvm.org> writes: > This comes up now and then. >  > Yes, the packages would be a lot bigger, but IIRC the problem is also > that we don't have a good way to build to build LLVM into a shared > library on Windows that's suitable for shipping. I don't remember the > details here; maybe Reid does. Some of the
2015 Feb 27
2
[LLVMdev] [PATCH] CMake: Use LLVM_VERSION_SUFFIX instead of hardcoded "svn" string
...LVM_VERSION_SUFFIX svn) if (NOT PACKAGE_VERSION) - set(PACKAGE_VERSION "${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PATCH}svn") + set(PACKAGE_VERSION "${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PATCH}${LLVM_VERSION_SUFFIX}") endif() option(LLVM_INSTALL_TOOLCHAIN_ONLY "Only include toolchain files in the 'install' target." OFF) -- 2.3.0
2015 Feb 27
0
[LLVMdev] [PATCH] CMake: Use LLVM_VERSION_SUFFIX instead of hardcoded "svn" string
...> if (NOT PACKAGE_VERSION) > - set(PACKAGE_VERSION "${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PATCH}svn") > + set(PACKAGE_VERSION "${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PATCH}${LLVM_VERSION_SUFFIX}") > endif() > > option(LLVM_INSTALL_TOOLCHAIN_ONLY "Only include toolchain files in the 'install' target." OFF) > -- > 2.3.0 > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/...
2017 Dec 01
2
CMake executable dependency woes
...rget and any other targets linking against it, or in other words they're interface dependencies). CMake requires install(EXPORT) to also export all interface dependencies, which seems like a reasonable requirement. I wasn't running into this previously since I was using LLVM_INSTALL_TOOLCHAIN_ONLY, but I need to install some non-tools. I definitely don't want to install all of them, however, and I'm building with the default (static library) configuration, which makes installing most libraries pretty unnecessary for my use case. My preferred solution would be...
2016 Mar 17
2
Building with LLVM_PARALLEL_XXX_JOBS
On Mon, Mar 14, 2016 at 5:30 PM, Chris Bieneman <cbieneman at apple.com> wrote: [ brutal-snip ] ... > [ TODO#S: Before doing a 2nd build (and in a 3rd run using more > optimized binaries) ] > > How do I anable LTO via CMAKE? > > > LLVM_ENALBLE_LTO=On > [ v4 of my build-script attached ] Hi Chris, thanks for the response! That seems to work (see below). $ cd
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a /lot/ of errors like this (strangely I hit none of these in check-llvm, only in check-clang): Any ideas? ==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes at address 0x631000014800 ==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...generated HTML documentation install directory LLVM_INSTALL_DOXYGEN_HTML_DIR:STRING=share/doc/llvm/doxygen-html //OCamldoc-generated HTML documentation install directory LLVM_INSTALL_OCAMLDOC_HTML_DIR:STRING=share/doc/llvm/ocaml-html //Only include toolchain files in the 'install' target. LLVM_INSTALL_TOOLCHAIN_ONLY:BOOL=OFF //Include utility binaries in the 'install' target. LLVM_INSTALL_UTILS:BOOL=OFF //Define suffix of library directory name (32/64) LLVM_LIBDIR_SUFFIX:STRING= //Link tools against the libllvm dynamic library LLVM_LINK_LLVM_DYLIB:BOOL=OFF //Default options for lit LLVM_LIT_ARGS:ST...