[PATCH] D36272: [CodeGen][x86_64] Enable 'force_align_arg_pointer' attribute at x86_64

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 29 15:18:42 PDT 2017


erichkeane added a comment.

In https://reviews.llvm.org/D36272#855957, @anatol.pomozov wrote:

> The function-attributes.c test  does not pass at Windows <https://reviews.llvm.org/D36272#851708> even without my patch. Unfortunately I am not familiar with clang enough to debug this issue.


Yes, but the point of your patch seems to be to ADD this functionality to x64 Linux AND windows.
My question is what happens with:
-triple i386-pc-win32?

This needs to match the behavior of 
-triple x86_64-pc-win32


https://reviews.llvm.org/D36272





More information about the cfe-commits mailing list