search for: 2_link

Displaying 3 results from an estimated 3 matches for "2_link".

Did you mean: _link
2016 Feb 26
0
[LLVM v3.8.0rc3] cmake-2.8.12: Statistics gcc-4.9 VS. clang-3.8
...s realeased. Regards, - Sedat - [1] http://lists.llvm.org/pipermail/llvm-dev/2016-February/095928.html P.S.: Demonstrate some numbers and values. [ CLANG v3.8.0rc3 | CMAKE v3.4.3 | NINJA v1.6.0 ] $ egrep -i 'jobs|ninja' logs/3.8.0rc3_clang-3-8-0-rc3_cmake-3-4-3_ninja-1-6-0_compile-jobs-2_link-jobs-1/CMakeCache.txt //Program used to build from build.ninja files. CMAKE_MAKE_PROGRAM:FILEPATH=/opt/cmake/bin/ninja //Define the maximum number of concurrent compilation jobs. LLVM_PARALLEL_COMPILE_JOBS:STRING=2 //Define the maximum number of concurrent link jobs. LLVM_PARALLEL_LINK_JOBS:STRING=...
2016 Mar 12
4
Building with LLVM_PARALLEL_XXX_JOBS
...uilds. > [ CCed all folks who answered me ] Hi, I have built my llvm-toolchain v3.8.0 (FINAL) with binutils-gold v1.11 in a 1st run. When building with cmake/ninja there are 150 "Linking" lines... $ grep Linking logs/3.8.0_clang-3-8-0_cmake-3-4-3_ninja-1-6-0_gold-1-11_compile-jobs-2_link-jobs-1/build-log_llvm-toolchain-3.8.0.txt | wc -l 150 I have the following cmake-options realized... *** SNIP *** ### CMAKE OPTIONS # NOTE #1: CMake Version 2.8.8 is the minimum required(Ubuntu/precise ships v2.8.7 officially) # NOTE #2: For fast builds use recommended CMake >= v3.2 (used: v3...
2016 Mar 03
3
Building with LLVM_PARALLEL_XXX_JOBS
I had only a quick view on the blog-texts. It might be that a CLANG generated with LTO/PGO speeds up the build. Can you confirm this? Can you confirm binutils-gold speed up the build? Has LLVM an own linker? Can be used? Speedup the build? Yesterday night I loooked through available CMAKE/LLVM variables... ### GOLD # CMAKE_LINKER:FILEPATH=/usr/bin/ld #