[Lldb-commits] [lldb] r176522 - Add instructions for building LLDB with CMake
Malea, Daniel
daniel.malea at intel.com
Wed Mar 6 13:58:21 PST 2013
Ah, I haven't tried using ccache -- I'll give that a shot and see what can
be fixed.
Thanks for the info! Are you planning to switch the buildbot over to ninja?
On 2013-03-06 4:50 PM, "Dmitri Gribenko" <gribozavr at gmail.com> wrote:
>On Wed, Mar 6, 2013 at 12:38 AM, Daniel Malea <daniel.malea at intel.com>
>wrote:
>> Author: dmalea
>> Date: Tue Mar 5 16:38:50 2013
>> New Revision: 176522
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=176522&view=rev
>> Log:
>> Add instructions for building LLDB with CMake
>> - suported generators: Ninja and Unix Makefiles
>> - added instructions to run tests when building with autoconf
>
>Hi Daniel,
>
>Unfortunately, CMake+ninja+ccache fails when running tests. To
>reproduce, install ccache and set variables:
>
>CC=ccache clang
>CXX=ccache clang++
>CCACHE_CPP2=yes
>
>export CC CXX CCACHE_CPP2
>
>Dmitri
>
>--
>main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
>(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the lldb-commits
mailing list