search for: clangcmakebuild

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

Did you mean: clangcmakebuilder
2015 Aug 26
2
buildbot failure in LLVM on clang-native-arm-cortex-a9
@Galina: It seems this bot is now almost permanently running into a compile-time timeout. Maybe you can fix this by either increasing the timeout or by switching to a cmake/ninja based build as suggested by Renato. On 08/26/2015 05:21 PM, Renato Golin via llvm-dev wrote: > On 26 August 2015 at 15:44, Tobias Grosser <tobias at grosser.es> wrote: >> What time-line do you have in mind
2015 Aug 26
2
buildbot failure in LLVM on clang-native-arm-cortex-a9
...from your system. They are too old. > 2. Download cmake stable sources (3.2+), untar, bootstrap, make, make > install > 3. Checkout ninja from github, bootstrap, copy "ninja" to /usr/local/bin > 4. Install ccache from packages, add ccache to path > 5. Change the builder to ClangCMakeBuilder like all ARM and AArch64 bots > now in. > 6. Restart. > > The Ninja+CMake combo has a feature that makes sure you print > everything without buffering, so the time out works exactly as > intended: if any single process takes more than that time, it's a bug. > > I'm...
2014 Oct 31
16
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
Hi, I would like to propose deprecating the autoconf build system at some point in the future. Maintaining two build systems is a hassle not only for this project, but also for other projects that use LLVM and have to deal with the slight differences in output between the two build systems. It seems like most people are using CMake at this point, so my questions to the community are: - Is