[PATCH] D94364: [clang] Allow specifying the aapcs and aapcs-vfp for windows on arm
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 13 18:28:55 PST 2021
rnk added a comment.
I don't see how supporting this attribute would break interop with MSVC. MSVC doesn't support these attributes, only GCC and Clang do. Presumably in the wine environment, some headers using these _GNUC extensions are being included somewhere, and IMO we should accept the attributes and honor them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94364/new/
https://reviews.llvm.org/D94364
More information about the cfe-commits
mailing list