search for: always_rebuild

Displaying 3 results from an estimated 3 matches for "always_rebuild".

2016 Jun 09
9
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
...o guess I'd say that > when ALWAYS_CLEAN is passed the rebuild of the external project always > invokes clean first, but if it's not passed we'll just invoke the > external build and allow it to be incremental if appropriate. Is that > right? > > > DEPENDS ${ALWAYS_REBUILD} ${ARG_DEPENDS} ${TOOLCHAIN_BINS} > > ${cmake_3_4_USES_TERMINAL} ) > > endif() > > Index: CMakeLists.txt > > =================================================================== > > --- CMakeLists.txt > > +++ CMakeLists.txt > > @@ -720,6 +720,8 @@...
2016 Jun 09
2
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
...S_CLEAN is passed the rebuild of the external project always >>> invokes clean first, but if it's not passed we'll just invoke the >>> external build and allow it to be incremental if appropriate. Is that >>> right? >>> >>> > DEPENDS ${ALWAYS_REBUILD} ${ARG_DEPENDS} ${TOOLCHAIN_BINS} >>> > ${cmake_3_4_USES_TERMINAL} ) >>> > endif() >>> > Index: CMakeLists.txt >>> > =================================================================== >>> > --- CMakeLists.txt >>> > +...
2016 Jun 10
4
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
...ernal project always >>>>> invokes clean first, but if it's not passed we'll just invoke the >>>>> external build and allow it to be incremental if appropriate. Is that >>>>> right? >>>>> >>>>> > DEPENDS ${ALWAYS_REBUILD} ${ARG_DEPENDS} ${TOOLCHAIN_BINS} >>>>> > ${cmake_3_4_USES_TERMINAL} ) >>>>> > endif() >>>>> > Index: CMakeLists.txt >>>>> > =================================================================== >>>>> &gt...