Displaying 7 results from an estimated 7 matches for "r261681".
2016 Mar 01
2
Building with LLVM_PARALLEL_XXX_JOBS
...ke builds more stuff in "all" than autoconf did. To help with this or CMake system has lots of convenient "install-${name}" targets that support component-based installation. Not every component has one of these rules, but if one you need is missing let me know. I also recently (r261681) added a new option (LLVM_DISTRIBUTION_COMPONENTS) that allows you to specify a list of components that have custom install targets. It then creates a new "install-distribution" target that wraps just the components you want. For Apple this is almost a 40% speed up over "ninja instal...
2016 Mar 01
2
Building with LLVM_PARALLEL_XXX_JOBS
...in "all" than
> autoconf did. To help with this or CMake system has lots of convenient
> "install-${name}" targets that support component-based installation. Not
> every component has one of these rules, but if one you need is missing let
> me know. I also recently (r261681) added a new option
> (LLVM_DISTRIBUTION_COMPONENTS) that allows you to specify a list of
> components that have custom install targets. It then creates a new
> "install-distribution" target that wraps just the components you want. For
> Apple this is almost a 40% speed up ove...
2016 Mar 02
2
Building with LLVM_PARALLEL_XXX_JOBS
...ot; than
>> autoconf did. To help with this or CMake system has lots of convenient
>> "install-${name}" targets that support component-based installation. Not
>> every component has one of these rules, but if one you need is missing let
>> me know. I also recently (r261681) added a new option
>> (LLVM_DISTRIBUTION_COMPONENTS) that allows you to specify a list of
>> components that have custom install targets. It then creates a new
>> "install-distribution" target that wraps just the components you want. For
>> Apple this is almost a...
2016 Mar 03
2
Building with LLVM_PARALLEL_XXX_JOBS
...ith this or CMake system has lots of convenient
>>>> "install-${name}" targets that support component-based installation. Not
>>>> every component has one of these rules, but if one you need is missing
>>>> let
>>>> me know. I also recently (r261681) added a new option
>>>> (LLVM_DISTRIBUTION_COMPONENTS) that allows you to specify a list of
>>>> components that have custom install targets. It then creates a new
>>>> "install-distribution" target that wraps just the components you want.
>>>...
2016 Feb 25
1
Building with LLVM_PARALLEL_XXX_JOBS
> Which combination of cmake/ninja versions are you using (latest are
> v3.4.3 and v1.6.0)?
>
With this combination I could reduce build-time down from approx. 3h
down to 01h20m.
$ egrep -i 'jobs|ninja' llvm-build/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
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
...tall-${name}" targets that support component-based installation.
>>>>>> Not
>>>>>> every component has one of these rules, but if one you need is
>>>>>> missing
>>>>>> let
>>>>>> me know. I also recently (r261681) added a new option
>>>>>> (LLVM_DISTRIBUTION_COMPONENTS) that allows you to specify a list of
>>>>>> components that have custom install targets. It then creates a new
>>>>>> "install-distribution" target that wraps just the component...