r199250 - Remove the -cxx-abi command-line flag.

Renato Golin renato.golin at linaro.org
Tue Jan 14 14:06:50 PST 2014


On 14 January 2014 19:35, Hans Wennborg <hans at hanshq.net> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140114/0335621a/attachment.html>


More information about the cfe-commits mailing list