LLVM and Shark compile errors
Gary Benson
gbenson at redhat.com
Wed Oct 29 01:44:08 PDT 2008
Hi,
You can check out 54012 using:
svn co -r54012 http://llvm.org/svn/llvm-project/llvm/trunk llvm
You can probably update an existing tree with svn up -r54012 too.
I don't use any extra flags. I use gcc 4.1.2, but I've used 4.3.2
as well.
Could you please subscribe to distro-pkg-dev at openjdk.java.net and
direct future questions there? That way others can respond if
appropriate, and answers will remain archived where Google can
see them.
Thanks,
Gary
Gordienko Evgueni-XPNG76 wrote:
> The trunk points to Revision 58332
>
> There is no pointer to 54012. Do you have a pointer?
>
> Few more things:
> Which gcc versions do you use to build llvm and openJDK?
> Do you use any extra flags for make (like -Wno-sign-conversion
> -Wno-deprecated -Wno-sign-compare)?
>
> BTW - they (llvm) are going to have new release on Nov. 5.
>
> -----Original Message-----
> From: Gary Benson [mailto:gbenson at redhat.com]
> Sent: Tuesday, October 28, 2008 2:43 AM
> To: Gordienko Evgueni-XPNG76
> Subject: Re: LLVM and Shark compile errors
>
> I think some release of LLVM had broken headers; twisti had a similar
> problem. I'm using LLVM 54012 which should work.
>
> Cheers,
> Gary
>
> PS join #openjdk on OFTC; there's more people there who can help than
> just me ;)
>
> Gordienko Evgueni-XPNG76 wrote:
> > My gcc is 4.3.2 on fedora 7 PowerPC. I'm building latest OpenJDK with
> > shark and I have:
> >
> > /opt/build-icedtea/icedtea6/openjdk-ecj/hotspot/src/share/vm/shark/sha
> > rk
> > Value.hpp: At global scope:
> > /opt/build-icedtea/icedtea6/openjdk-ecj/hotspot/src/share/vm/shark/sha
> > rk
> > Value.hpp:249: error: 'intptr_value' declared as a 'virtual' field
> > /opt/build-icedtea/icedtea6/openjdk-ecj/hotspot/src/share/vm/shark/sha
> > rk
> > Value.hpp:249: error: expected ';' before '(' token
> > /opt/build-icedtea/icedtea6/openjdk-ecj/hotspot/src/share/vm/compiler/
> > co
> > mpileBroker.cpp:1865: error: expected `;' at end of input
> > /opt/build-icedtea/icedtea6/openjdk-ecj/hotspot/src/share/vm/compiler/
> > co
> > mpileBroker.cpp:1865: error: expected `}' at end of input
> > /opt/build-icedtea/icedtea6/openjdk-ecj/hotspot/src/share/vm/shark/sha
> > rk
> > Value.hpp:248: error: expected unqualified-id at end of input
> > /opt/build-icedtea/icedtea6/openjdk-ecj/hotspot/src/share/vm/shark/sha
> > rk
> > Value.hpp:244: warning: inline function 'static SharkValue*
> > SharkValue::create_generic(ciType*, llvm::Value*)' used but never
> > defined
> > make[6]: *** [compileBroker.o] Error 1
> > make[6]: *** Waiting for unfinished jobs....
> > make[6]: Leaving directory
> > `/opt/build-icedtea/icedtea6/openjdk-ecj/control/build/linux-ppc/hotsp
> > ot
> > /outputdir/linux_zero_shark/product'
> > make[5]: *** [the_vm] Error 2
> > make[5]: Leaving directory
> > `/opt/build-icedtea/icedtea6/openjdk-ecj/control/build/linux-ppc/hotsp
> > ot
> > /outputdir/linux_zero_shark/product'
> > make[4]: *** [productshark] Error 2
> > make[4]: Leaving directory
> > `/opt/build-icedtea/icedtea6/openjdk-ecj/control/build/linux-ppc/hotsp
> > ot
> > /outputdir'
> > make[3]: *** [generic_buildshark] Error 2
> > make[3]: Leaving directory
> > `/opt/build-icedtea/icedtea6/openjdk-ecj/hotspot/make'
> > make[2]: *** [productshark] Error 2
> > make[2]: Leaving directory
> > `/opt/build-icedtea/icedtea6/openjdk-ecj/hotspot/make'
> > make[1]: *** [hotspot-build] Error 2
> > make[1]: Leaving directory
> > `/opt/build-icedtea/icedtea6/openjdk-ecj/control/make'
> > make: *** [stamps/icedtea-ecj.stamp] Error 2
> >
> > What could be wrong?
> >
> > Thanks
> > Evgueni
> >
> > I also have:
> > cc1plus: warnings being treated as errors
> > /opt/build-icedtea/llvm/include/llvm/Attributes.h:50: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Attributes.h: In member function
> > 'llvm::Attributes llvm::AttrListPtr::getFnAttributes() const':
> > /opt/build-icedtea/llvm/include/llvm/Attributes.h:164: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h: In member
> > function 'bool llvm::CallInst::doesNotAccessMemory() const':
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:1100: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h: In member
> > function 'void llvm::CallInst::setDoesNotAccessMemory(bool)':
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:1103: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:1104: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h: In member
> > function 'bool llvm::CallInst::onlyReadsMemory() const':
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:1109: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h: In member
> > function 'void llvm::CallInst::setOnlyReadsMemory(bool)':
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:1112: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:1113: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h: In member
> > function 'bool llvm::CallInst::doesNotReturn() const':
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:1118: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h: In member
> > function 'void llvm::CallInst::setDoesNotReturn(bool)':
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:1121: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:1122: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h: In member
> > function 'bool llvm::CallInst::doesNotThrow() const':
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:1127: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h: In member
> > function 'void llvm::CallInst::setDoesNotThrow(bool)':
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:1130: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:1131: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h: In member
> > function 'void llvm::InvokeInst::setDoesNotAccessMemory(bool)':
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:2462: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:2463: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h: In member
> > function 'bool llvm::InvokeInst::onlyReadsMemory() const':
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:2468: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h: In member
> > function 'void llvm::InvokeInst::setOnlyReadsMemory(bool)':
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:2471: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:2472: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h: In member
> > function 'bool llvm::InvokeInst::doesNotReturn() const':
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:2477: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h: In member
> > function 'void llvm::InvokeInst::setDoesNotReturn(bool)':
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:2480: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:2481: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h: In member
> > function 'bool llvm::InvokeInst::doesNotThrow() const':
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:2486: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h: In member
> > function 'void llvm::InvokeInst::setDoesNotThrow(bool)':
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:2489: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Instructions.h:2490: warning:
> > negative integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Function.h: In member function
> > 'bool llvm::Function::doesNotAccessMemory() const':
> > /opt/build-icedtea/llvm/include/llvm/Function.h:189: warning: negative
>
> > integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Function.h: In member function
> > 'void llvm::Function::setDoesNotAccessMemory(bool)':
> > /opt/build-icedtea/llvm/include/llvm/Function.h:192: warning: negative
>
> > integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Function.h:193: warning: negative
>
> > integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Function.h: In member function
> > 'bool llvm::Function::onlyReadsMemory() const':
> > /opt/build-icedtea/llvm/include/llvm/Function.h:198: warning: negative
>
> > integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Function.h: In member function
> > 'void llvm::Function::setOnlyReadsMemory(bool)':
> > /opt/build-icedtea/llvm/include/llvm/Function.h:201: warning: negative
>
> > integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Function.h:202: warning: negative
>
> > integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Function.h: In member function
> > 'bool llvm::Function::doesNotReturn() const':
> > /opt/build-icedtea/llvm/include/llvm/Function.h:207: warning: negative
>
> > integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Function.h: In member function
> > 'void llvm::Function::setDoesNotReturn(bool)':
> > /opt/build-icedtea/llvm/include/llvm/Function.h:210: warning: negative
>
> > integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Function.h:211: warning: negative
>
> > integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Function.h: In member function
> > 'bool llvm::Function::doesNotThrow() const':
> > /opt/build-icedtea/llvm/include/llvm/Function.h:216: warning: negative
>
> > integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Function.h: In member function
> > 'void llvm::Function::setDoesNotThrow(bool)':
> > /opt/build-icedtea/llvm/include/llvm/Function.h:219: warning: negative
>
> > integer implicitly converted to unsigned type
> > /opt/build-icedtea/llvm/include/llvm/Function.h:220: warning: negative
>
> > integer implicitly converted to unsigned type
> >
>
> --
> http://gbenson.net/
>
>
--
http://gbenson.net/
More information about the distro-pkg-dev
mailing list