search for: cmakebuilder

Displaying 4 results from an estimated 4 matches for "cmakebuilder".

Did you mean: cmakebuild
2009 Jun 17
1
[LLVMdev] CMake does not work with LLVM anymore?
Hi, I am just letting you know that I have not been able to build LLVM using CMake since I ran svn up yesterday. And it would be great if somebody could tell me whether the problem is on my end. What I did was, ~/llvm$ svn up ~/llvm$ mkdir cmakebuild ~/llvm$ cd cmakebuild ~/llvm/cmakebuild$ cmake -DCMAKE_BUILD_TYPE:STRING="Release" -DLLVM_TARGETS_TO_BUILD:STRING="X86" ..
2017 Apr 10
2
clang build failures using Visual Studio
Anyone run into this before? I'm trying to get a Windows native build using Visual Studio of LLVM, Clang, and LLD 4.0.0. So far LLVM built successfully, but I'm getting these cryptic error messages when building Clang: Microsoft (R) Build Engine version 15.1.1012.6693 Copyright (C) Microsoft Corporation. All rights reserved. ClangDiagnosticsEmitter.cpp c:\program files
2015 May 06
2
[LLVMdev] LCOV per commit
I could not easily locate this on http://llvm.org/reports/coverage/ so asking here: what workload is the coverage computed over? IOW, what all does the bot run to get this coverage information? -- Sanjoy On Wed, May 6, 2015 at 10:17 AM, David Blaikie <dblaikie at gmail.com> wrote: > > > On Wed, May 6, 2015 at 8:28 AM, Renato Golin <renato.golin at linaro.org> > wrote:
2015 May 06
2
[LLVMdev] LCOV per commit
...to have stats on our website?) FYI, It is generated by this jenkins job: http://llvm-jenkins.debian.net/job/llvm-toolchain-codecoverage-binaries/ I have plans to try https://coveralls.io/ to handle that. It should not be too hard as I already have most of the things enabled in this job. > The CMakeBuilder is used by almost all ARM/AArch64 and Windows > builders, we could potentially make it run for all archs, and adding > another step might be simple, depending on how that LCOV page works... For now, it uses autotools and it is managed by the same workflow as the packages on llvm.org/apt/ Now...