[PATCH] D64164: [clang][ARM] Fix msvc arm{64} builtins to use int on LLP64 systems.

Michael Spencer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 3 16:34:56 PDT 2019


Bigcheese added a comment.

In D64164#1569442 <https://reviews.llvm.org/D64164#1569442>, @efriedma wrote:

> Do the changes to BuiltinsARM.def have any practical effect?  long should be 32 bits on all 32-bit ARM targets.


I don't think they do right now.  I updated them there as that's what the original patch did.


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