[PATCH] D57831: AMDGPU: set wchar_t and wint_t to be unsigned short on windows
Brian Sumner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 6 11:34:56 PST 2019
b-sumner added a comment.
Maybe there are already other types like this, but it saddens me that an offline compiled code object could potentially not work properly if the application is using any of these types. Or should the runtime try to detect a problem using argument metadata?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57831/new/
https://reviews.llvm.org/D57831
More information about the cfe-commits
mailing list