[llvm-commits] [llvm-gcc-4.2] r136345 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

Duncan Sands baldrick at free.fr
Sun Jul 31 11:55:22 PDT 2011


Hi Bob,

> I'm seeing regressions at -O0 for ARM on the following tests:
>
> SingleSource/UnitTests/ObjC/instance-method-metadata.compile
> SingleSource/UnitTests/ObjC/property.compile
> SingleSource/UnitTests/ObjC/protocols.compile
> SingleSource/UnitTests/ObjC/trivial-interface.compile
>
> They're hitting an assertion:
>
> Assertion failed: (InitVal->getType() == getType()->getElementType()&&  "Initializer type must match GlobalVariable type"), function setInitializer, file /Volumes/LocalHD/bwilson/nightly/src/llvm/lib/VMCore/Globals.cpp, line 168.

commit 136600 hopefully fixed these failures.

Ciao, Duncan.



More information about the llvm-commits mailing list