Displaying 4 results from an estimated 4 matches for "r135472".
2011 Jul 19
3
[LLVMdev] dragonegg svn still broken
...ooks like that break came
> from http://llvm.org/viewvc/llvm-project?view=rev&revision=135154
> Judging by this ArrayRef ctor you should be able to simplify those calls by
> changing the last two arguments from "&foo, 1" to, simply, "foo".
I've done this in r135472.
Jay.
2011 Jul 19
0
[LLVMdev] dragonegg svn still broken
...> > from http://llvm.org/viewvc/llvm-project?view=rev&revision=135154
> > Judging by this ArrayRef ctor you should be able to simplify those calls by
> > changing the last two arguments from "&foo, 1" to, simply, "foo".
>
> I've done this in r135472.
>
> Jay.
Jay,
I don't know if this is from a new commit but at r135473, dragonegg svn
fails to compile against FSF gcc 4.5.3 with the error...
Compiling DefaultABI.cpp
/sw/src/fink.build/dragonegg-gcc45-3.0-1/dragonegg-3.0/src/DefaultABI.cpp:194:18: error: use of undeclared identifi...
2011 Jul 18
0
[LLVMdev] dragonegg svn still broken
Looks like that break came from
http://llvm.org/viewvc/llvm-project?view=rev&revision=135154
Judging by this<http://llvm.org/docs/doxygen/html/classllvm_1_1ArrayRef.html#a3b1f44186f9787d7ffacb54b62d6798c>
ArrayRef
ctor you should be able to simplify those calls by changing the last two
arguments from "&foo, 1" to, simply, "foo".
On Mon, Jul 18, 2011 at 6:59 AM,
2011 Jul 18
5
[LLVMdev] dragonegg svn still broken
Despite the commit of...
------------------------------------------------------------------------
r135371 | lattner | 2011-07-18 00:25:32 -0400 (Mon, 18 Jul 2011) | 2 lines
untested patch to de-constify llvm::Type, patch by David Blaikie!
current dragonegg svn at r135391 still fails to compile against FSF gcc 4.5.3
with the failure...
In file included from