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

Hans Wennborg hans at chromium.org
Tue Jan 14 17:14:25 PST 2014


On Tue, Jan 14, 2014 at 2:41 PM, Reid Kleckner <rnk at google.com> 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 <renato.golin at linaro.org>
> wrote:
>>
>> 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
>>
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>



More information about the cfe-commits mailing list