[PATCH] D29032: [mips] Define macros related to -mabicalls in the preprocessor
Ed Maste via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 26 08:50:35 PST 2017
emaste added a comment.
> My concern is that the stock gcc distributions for FreeBSD, NetBSD from your sources doesn't define __mips_abicalls,
I think we should consider that a bug in GCC that we'll rectify. If `__mips_abicalls` is used in Linux GCC then we can expect 3rd party sources to check it, and we can migrate the in-tree (base system) uses to follow suit (even if we're stuck with the toolchain defining both indefinitely).
https://reviews.llvm.org/D29032
More information about the cfe-commits
mailing list