[PATCH] D98574: [Sparc] Define the same macros for -mcpu=v9 as GCC on Linux and the BSDs
Brad Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 22 09:27:29 PDT 2021
brad added a comment.
In D98574#2641697 <https://reviews.llvm.org/D98574#2641697>, @glaubitz wrote:
> `-m32` is not supported on OpenBSD at all:
>
> openbsd# echo | gcc -E -dM -m32 -
> :0: error: -m32 is not supported by this configuration
> openbsd#
Yes. OpenBSD has no 32-bit support for sparc64 (nor does FreeBSD).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98574/new/
https://reviews.llvm.org/D98574
More information about the cfe-commits
mailing list