search for: llvm_externalize_debuginfo

Displaying 4 results from an estimated 4 matches for "llvm_externalize_debuginfo".

2017 Nov 22
2
Combining install-distribution with binary stripping
Hi all, I want to use the LLVM_DISTRIBUTION_COMPONENTS support to create an installed toolchain image (via the install-distribution target). I'd also like the installed binaries to be stripped. If you're invoking a cmake install script directly, you can pass -DCMAKE_INSTALL_DO_STRIP=1 to cmake to request stripping. The install-* targets set up by LLVM's build system don't seem to
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
...LIB:BOOL=ON //Semicolon-separated list of experimental targets to build. LLVM_EXPERIMENTAL_TARGETS_TO_BUILD:STRING= //Export symbols from LLVM tools so that plugins can import them LLVM_EXPORT_SYMBOLS_FOR_PLUGINS:BOOL=OFF //Generate dSYM files and strip executables and libraries (Darwin // Only) LLVM_EXTERNALIZE_DEBUGINFO:BOOL=OFF //Path to compiler-rt source directory LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR:PATH= //Path to dragonegg source directory LLVM_EXTERNAL_DRAGONEGG_SOURCE_DIR:PATH= //Path to libcxxabi source directory LLVM_EXTERNAL_LIBCXXABI_SOURCE_DIR:PATH= //Path to libcxx source directory LLVM_EXTERNAL_...