[PATCH] D64164: [clang][ARM] Fix msvc arm{64} builtins to use int on LP64 systems.
Michael Spencer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 3 17:45:31 PDT 2019
Bigcheese added a comment.
In D64164#1569679 <https://reviews.llvm.org/D64164#1569679>, @rnk wrote:
> Please check the commit message:
>
> > [clang][ARM] Fix msvc arm{64} builtins to use int on LLP64 systems.
>
> I think you mean "use int on LP64 systems", since long is 32-bits on LLP64, right?
>
> Otherwise, sounds good.
Thanks, I did indeed mean LP64.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64164/new/
https://reviews.llvm.org/D64164
More information about the cfe-commits
mailing list