[PATCH] D79673: Allow 32-bit pointer extensions to be used without -fms-extensions
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat May 9 08:29:11 PDT 2020
rnk added a comment.
Needs a test.
I believe these are only implemented for x86 in LLVM. What happens if you try to use this on non-x86? I wouldn't be surprised if we crash, but we should probably produce a proper error and test it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79673/new/
https://reviews.llvm.org/D79673
More information about the cfe-commits
mailing list