[llvm] r254201 - [ARM] Generate ABI_optimization_goals build attribute, as described in the ARM ARM.

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 28 09:29:23 PST 2015


On 27 November 2015 at 15:30, Artyom Skrobov via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: askrobov
> Date: Fri Nov 27 09:30:51 2015
> New Revision: 254201
>
> URL: http://llvm.org/viewvc/llvm-project?rev=254201&view=rev
> Log:
> [ARM] Generate ABI_optimization_goals build attribute, as described in the ARM ARM.

Hi Artyom,

Too many problems came from this patch and your fix didn't work on
self-hosting, sanitizer and test-suite on ARM.

I've reverted on  r254234, please check those three builds natively on
ARM before re-committing your patch.

Also, please check back on *all* the bots that went red with your
patch after you try to fix them, to make sure they go back to green.

thanks,
--renato


More information about the llvm-commits mailing list