Displaying 2 results from an estimated 2 matches for "r135473".
Did you mean:
r135472
2011 Jul 19
3
[LLVMdev] dragonegg svn still broken
On 18 July 2011 15:23, David Blaikie <dblaikie at gmail.com> wrote:
> Looks 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
...> 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 identifier 'OpaqueType'
Type *OpTy = OpaqueType::get(getGlobalContext());...