[cfe-dev] Is force_align_arg_pointer function attribute supported at x86?

Tim Northover via cfe-dev cfe-dev at lists.llvm.org
Wed Aug 2 21:43:13 PDT 2017


On 2 August 2017 at 16:23, Anatol Pomozov <anatol.pomozov at gmail.com> wrote:
> Here is the patch that enables
> __attribute__((force_align_arg_pointer)) at x86_64. Tested with my 64
> bit OS and it seems work as expected.

You probably want to send this to the cfe-commits list since that's
where code review happens. Also, it'll need a test of some kind
(probably in test/CodeGen). There's some more info at
https://llvm.org/docs/DeveloperPolicy.html if you haven't seen that
page yet.

Cheers.

Tim.



More information about the cfe-dev mailing list