[PATCH] D144823: [Driver][FreeBSD] Simplify ARM handling
Brad Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 26 04:36:36 PST 2023
brad created this revision.
brad added reviewers: dim, emaste.
brad added a project: clang.
Herald added subscribers: hiraditya, kristof.beyls, krytarowski, arichardson.
Herald added a project: All.
brad requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.
Since FreeBSD 8 / 9 support was dropped from the Driver there is room to simplify things with the ARM handling.
The exception model handling function can be removed.
EABI is now the default.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D144823
Files:
clang/lib/Basic/Targets/ARM.cpp
clang/lib/Driver/ToolChains/FreeBSD.cpp
clang/test/Driver/arm-abi.c
clang/test/Driver/freebsd.c
llvm/lib/TargetParser/ARMTargetParser.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144823.500546.patch
Type: text/x-patch
Size: 3908 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230226/3a7cd323/attachment.bin>
More information about the cfe-commits
mailing list