[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 14:58:51 PDT 2017
erichkeane added a comment.
Did you figure out why this doesn't work on windows? Not having the windows-specific x64 test seems like a mistake, unless we're going to make this a linux-only attribute. In which case, you'll have to remove this attribute in the 32-bit windows case.
https://reviews.llvm.org/D36272
More information about the cfe-commits
mailing list