[all-commits] [llvm/llvm-project] 15254e: [Driver] Clean up unused architecture related bits...
Brad Smith via All-commits
all-commits at lists.llvm.org
Thu Oct 26 11:44:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 15254eb74039c2c0bd7695d87e71890868f8e308
https://github.com/llvm/llvm-project/commit/15254eb74039c2c0bd7695d87e71890868f8e308
Author: Brad Smith <brad at comstyle.com>
Date: 2023-10-26 (Thu, 26 Oct 2023)
Changed paths:
M clang/lib/Basic/Targets.cpp
M clang/lib/Driver/ToolChains/FreeBSD.cpp
M clang/lib/Driver/ToolChains/NetBSD.cpp
M clang/lib/Driver/ToolChains/OpenBSD.cpp
M clang/test/Driver/freebsd.c
Log Message:
-----------
[Driver] Clean up unused architecture related bits for *BSD's (#69809)
- FreeBSD removed big-endian arm with 12.0.
- OpenBSD never had big-endian arm support. I added it just in case, but it has
never been used.
- Remove sparcel bits. It was sprinkled in a few places but it will never be a
thing.
- Remove 32-bit sparc bits for FreeBSD. FreeBSD has never had 32-bit sparc
support.
- Remove sparc64 IAS test as support was enabled across the board awhile ago.
More information about the All-commits
mailing list