[PATCH] D62580: [OpenCL] Use long instead of long long in x86 builtins

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 29 12:03:37 PDT 2019


erichkeane accepted this revision.
erichkeane added a comment.
This revision is now accepted and ready to land.

Conditional approval, commit with the comment fixed.  Let me know if you need me to commit it for you.



================
Comment at: clang/include/clang/Basic/Builtins.def:56
 //  N   -> 'int' size if target is LP64, 'L' otherwise.
+//  O   -> long for OpenCL targets, long long otherwise
 //  S   -> signed
----------------
End the comment with a period.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62580/new/

https://reviews.llvm.org/D62580





More information about the cfe-commits mailing list