On Tue, Jan 14, 2014 at 2:41 PM, Reid Kleckner <[email protected]> wrote: > r199260 should fix the failures for now.
Thanks! I expanded on this in r199280 to cover all non-X86 targets. > On Tue, Jan 14, 2014 at 2:06 PM, Renato Golin <[email protected]> > wrote: >> >> On 14 January 2014 19:35, Hans Wennborg <[email protected]> wrote: >>> >>> Author: hans >>> Date: Tue Jan 14 13:35:09 2014 >>> New Revision: 199250 >>> >>> URL: http://llvm.org/viewvc/llvm-project?rev=199250&view=rev >>> Log: >>> Remove the -cxx-abi command-line flag. >> >> >> Hi Hans, >> >> I'm seeing lots of errors on the ARM buildbot and it seems because of this >> commit: >> >> >> http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a15-self-host/builds/394 >> >> Ex: >> >> CodeGenCXX/destructor-exception-spec.cpp >> error: backend data layout 'e-m:w-p:32:32-i64:64-v128:64:128-n32-S64' does >> not match expected target description >> 'e-m:e-p:32:32-i64:64-v128:64:128-n32-S64' >> >> SemaCXX/microsoft-dtor-lookup.cpp >> member 'operator delete' found in multiple base classes of different types >> >> SemaCXX/warn-reinterpret-base-class.cpp >> 'reinterpret_cast' to class 'H *' from its base at non-zero offset 'A *' >> behaves differently from 'static_cast' >> >> cheers, >> --renato >> >> _______________________________________________ >> cfe-commits mailing list >> [email protected] >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >> > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
