search for: libclang_build_static

Displaying 5 results from an estimated 5 matches for "libclang_build_static".

Did you mean: dlibclang_build_static
2017 Jul 20
2
FYI: Ninja-build user may use CMake-3.9
...n upgrade CMake to get the good behavior. It's probably > easier and less error-prone than maintaining a special build configuration. > At the moment, this facility (loose deps) is specific to Ninja generator. There are a couple of users of ENABLE_OBJLIB. - Tablegen (except for ninja). - LIBCLANG_BUILD_STATIC. It doesn't use LLVM_ENABLE_OBJLIB, but uses it internally. Thanks, Takumi > On Thu, Jul 20, 2017 at 8:31 AM, NAKAMURA Takumi via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> This is useful for developer who uses multicore builder. >> https://cmake.org/cma...
2017 Jul 20
3
FYI: Ninja-build user may use CMake-3.9
This is useful for developer who uses multicore builder. https://cmake.org/cmake/help/v3.9/release/3.9.html#other-changes - The Ninja <https://cmake.org/cmake/help/v3.9/generator/Ninja.html#generator:Ninja> generator has loosened the dependencies of object compilation. Object compilation now depends only on custom targets and custom commands associated with libraries on
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
...ch for libffi.so FFI_LIBRARY_DIR:PATH= //Directory where gcc is installed. GCC_INSTALL_PREFIX:PATH= //The gold linker GOLD_EXECUTABLE:FILEPATH=/usr/bin/ld.gold //go executable GO_EXECUTABLE:FILEPATH=/usr/lib/google-golang/bin/go //Build libclang as a static library (in addition to a shared one) LIBCLANG_BUILD_STATIC:BOOL=OFF //Version number that will be placed into the libclang library // , in the form XX.YY LIBCLANG_LIBRARY_VERSION:STRING=4.0 //Path to a file. LIBXML2_INCLUDE_DIR:PATH=/usr/include/libxml2 //Path to a library. LIBXML2_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libxml2.so //Path to a pro...