search for: cmakebuild

Displaying 4 results from an estimated 4 matches for "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" .. -- Target triple: -- LLVM_HOSTTRIPLE: i686-pc-linux-gnu -- Threads enabled. -- Targeting X86 -- Target triple: -- Configuring done -- Generating done -- B...
2017 Apr 10
2
clang build failures using Visual Studio
...nity\VC\Tools\MSVC\14.10.25017\include\xmemory(126): error C2100: illegal indirection c:\program files (x86)\microsoft visual studio\2017\community\VC\Tools\MSVC\14.10.25017\include\xmemory(126): error C2062: type 'unknown-type' unexpected gtest.vcxproj -> C:\Users\andy\AppData\Local\CMakeBuild\12c242dd-f206-c033-afac-74b8717657f2\build\x86-Debug\Debug\lib\gtest.lib gtest_main.vcxproj -> C:\Users\andy\AppData\Local\CMakeBuild\12c242dd-f206-c033-afac-74b8717657f2\build\x86-Debug\Debug\lib\gtest_main.lib Generating ../../bin/scan-build.bat Generating ../../libexec/ccc-analyze...
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/ N...