[all-commits] [llvm/llvm-project] 13a10e: [Driver][FreeBSD] Simplify ARM handling
Brad Smith via All-commits
all-commits at lists.llvm.org
Fri Mar 10 13:13:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13a10e7ec90a71c3665491231d468772c19a4b59
https://github.com/llvm/llvm-project/commit/13a10e7ec90a71c3665491231d468772c19a4b59
Author: Brad Smith <brad at comstyle.com>
Date: 2023-03-10 (Fri, 10 Mar 2023)
Changed paths:
M clang/lib/Basic/Targets/ARM.cpp
M clang/lib/Driver/ToolChains/FreeBSD.cpp
M clang/lib/Driver/ToolChains/FreeBSD.h
M clang/test/Driver/arm-abi.c
M clang/test/Driver/freebsd.c
M llvm/lib/TargetParser/ARMTargetParser.cpp
Log Message:
-----------
[Driver][FreeBSD] Simplify ARM handling
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.
Reviewed By: dim
Differential Revision: https://reviews.llvm.org/D144823
More information about the All-commits
mailing list