search for: 3_ninja

Displaying 9 results from an estimated 9 matches for "3_ninja".

2016 Feb 26
0
[LLVM v3.8.0rc3] cmake-2.8.12: Statistics gcc-4.9 VS. clang-3.8
...hen LLVM/Clang v3.8 FINAL is 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_...
2016 Feb 25
1
Building with LLVM_PARALLEL_XXX_JOBS
...EPATH=/opt/cmake/bin/ninja //Define the maximum number of concurrent compilation jobs. LLVM_PARALLEL_COMPILE_JOBS:STRING=3 //Define the maximum number of concurrent link jobs. LLVM_PARALLEL_LINK_JOBS:STRING=1 CMAKE_GENERATOR:INTERNAL=Ninja $ LC_ALL=C ls -alt logs/3.8.0rc3_clang-3-8-0-rc3_cmake-3-4-3_ninja-1-6-0/ total 360 drwxr-xr-x 2 wearefam wearefam 4096 Feb 25 19:58 . drwxr-xr-x 6 wearefam wearefam 4096 Feb 25 19:58 .. -rw-r--r-- 1 wearefam wearefam 130196 Feb 25 19:54 install-log_llvm-toolchain-3.8.0rc3.txt -rw-r--r-- 1 wearefam wearefam 205762 Feb 25 19:51 build-log_llvm-toolchain-3.8.0rc3...
2016 Mar 01
2
Building with LLVM_PARALLEL_XXX_JOBS
...of concurrent compilation jobs. >> LLVM_PARALLEL_COMPILE_JOBS:STRING=3 >> //Define the maximum number of concurrent link jobs. >> LLVM_PARALLEL_LINK_JOBS:STRING=1 >> CMAKE_GENERATOR:INTERNAL=Ninja >> >> $ LC_ALL=C ls -alt logs/3.8.0rc3_clang-3-8-0-rc3_cmake-3-4-3_ninja-1-6-0/ >> total 360 >> drwxr-xr-x 2 wearefam wearefam 4096 Feb 25 19:58 . >> drwxr-xr-x 6 wearefam wearefam 4096 Feb 25 19:58 .. >> -rw-r--r-- 1 wearefam wearefam 130196 Feb 25 19:54 >> install-log_llvm-toolchain-3.8.0rc3.txt >> -rw-r--r-- 1 wearefam wearefam...
2016 Mar 01
2
Building with LLVM_PARALLEL_XXX_JOBS
...RALLEL_COMPILE_JOBS:STRING=3 > >>> //Define the maximum number of concurrent link jobs. > >>> LLVM_PARALLEL_LINK_JOBS:STRING=1 > >>> CMAKE_GENERATOR:INTERNAL=Ninja > >>> > >>> $ LC_ALL=C ls -alt > logs/3.8.0rc3_clang-3-8-0-rc3_cmake-3-4-3_ninja-1-6-0/ > >>> total 360 > >>> drwxr-xr-x 2 wearefam wearefam 4096 Feb 25 19:58 . > >>> drwxr-xr-x 6 wearefam wearefam 4096 Feb 25 19:58 .. > >>> -rw-r--r-- 1 wearefam wearefam 130196 Feb 25 19:54 > >>> install-log_llvm-toolchain-3.8.0rc...
2016 Mar 02
2
Building with LLVM_PARALLEL_XXX_JOBS
...NG=3 >> >>> //Define the maximum number of concurrent link jobs. >> >>> LLVM_PARALLEL_LINK_JOBS:STRING=1 >> >>> CMAKE_GENERATOR:INTERNAL=Ninja >> >>> >> >>> $ LC_ALL=C ls -alt >> logs/3.8.0rc3_clang-3-8-0-rc3_cmake-3-4-3_ninja-1-6-0/ >> >>> total 360 >> >>> drwxr-xr-x 2 wearefam wearefam 4096 Feb 25 19:58 . >> >>> drwxr-xr-x 6 wearefam wearefam 4096 Feb 25 19:58 .. >> >>> -rw-r--r-- 1 wearefam wearefam 130196 Feb 25 19:54 >> >>> install-log_ll...
2016 Mar 03
2
Building with LLVM_PARALLEL_XXX_JOBS
...he maximum number of concurrent link jobs. >>>>>>> LLVM_PARALLEL_LINK_JOBS:STRING=1 >>>>>>> CMAKE_GENERATOR:INTERNAL=Ninja >>>>>>> >>>>>>> $ LC_ALL=C ls -alt >>>> logs/3.8.0rc3_clang-3-8-0-rc3_cmake-3-4-3_ninja-1-6-0/ >>>>>>> total 360 >>>>>>> drwxr-xr-x 2 wearefam wearefam 4096 Feb 25 19:58 . >>>>>>> drwxr-xr-x 6 wearefam wearefam 4096 Feb 25 19:58 .. >>>>>>> -rw-r--r-- 1 wearefam wearefam 130196 Feb 25 19:54 >>...
2016 Mar 12
4
Building with LLVM_PARALLEL_XXX_JOBS
...t; Good, it helps to speed up debug builds. > [ 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 re...
2016 Feb 25
4
Building with LLVM_PARALLEL_XXX_JOBS
On Thu, Feb 25, 2016 at 7:37 AM, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> On Feb 24, 2016, at 9:55 PM, Sedat Dilek via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hi, >> >> I switched from "configure and make" to "cmake" build-system and >> wanted to speedup my build. >> >> In my build-script I
2016 Mar 03
3
Building with LLVM_PARALLEL_XXX_JOBS
...bs. >>>>>>>>> LLVM_PARALLEL_LINK_JOBS:STRING=1 >>>>>>>>> CMAKE_GENERATOR:INTERNAL=Ninja >>>>>>>>> >>>>>>>>> $ LC_ALL=C ls -alt >>>>>> logs/3.8.0rc3_clang-3-8-0-rc3_cmake-3-4-3_ninja-1-6-0/ >>>>>>>>> total 360 >>>>>>>>> drwxr-xr-x 2 wearefam wearefam 4096 Feb 25 19:58 . >>>>>>>>> drwxr-xr-x 6 wearefam wearefam 4096 Feb 25 19:58 .. >>>>>>>>> -rw-r--r-- 1 wearefam weare...