freebsd-dev/contrib/llvm-project/clang
Mike Karels f1d5183124 arm64 lib32: change clang to allow -m32 on arm64
The FreeBSD driver support for clang tested explicitly for 32-bit
Intel, MIPS, or PowerPC targets where /usr/lib32/libcrt1.o was
present to decide whether -m32 should use /usr/lib32.  At jrtc27's
suggestion, simply test for a 32-bit platform rather than adding
arm to the list.  Upstreamed as
3450272fc2
Bump the freebsd version to force a bootstrap build.  This is one
step in adding support for -m32 on arm64.

Reviewed by:	jrtc27, brooks, dim
Differential Revision:	https://reviews.freebsd.org/D40943
2023-07-25 18:58:51 -05:00
..
include Merge commit 69d42eef4bec from llvm-project (by Dimitry Andric): 2023-06-22 20:22:54 +02:00
lib arm64 lib32: change clang to allow -m32 on arm64 2023-07-25 18:58:51 -05:00
tools Merge llvm-project main llvmorg-16-init-18548-gb0daacf58f41 2023-06-22 20:20:56 +02:00
utils/TableGen Merge commit db492316399a from llvm-project (by Dimitry Andric): 2023-06-22 20:22:26 +02:00
LICENSE.TXT