r184205 - CodeGen: Have 'this'-returning constructors and destructors to take advantage of the new backend 'returned' attribute.

Renato Golin renato.golin at linaro.org
Tue Jun 18 13:41:03 PDT 2013


On 18 June 2013 20:30, Stephen Lin <stephenwlin at gmail.com> wrote:

> Does anyone know the standard procedure for resolving something like
> this? I can make the tests triple-specific but I'm not sure why they
> weren't in the first place. The optimization affects only ARM and MSVC
> C++ ABI's so I cannot change the results for all targets.
>

If the tests are ARM specific, you should either add a triple or move them
to a directory (ARM) and set the triple, depending on how specific they are.

cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130618/4f95f240/attachment.html>


More information about the cfe-commits mailing list