diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2025-08-06 08:48:01 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-06 08:48:01 +0900 |
commit | d44754c344885c249f381ace54ab1947e2d0f9fc (patch) | |
tree | 36f1bd395f7f8af67ae0bd5915746c3f9cc76dc1 /clang/unittests/Basic/VirtualFileSystemTest.cpp | |
parent | 124722bfe5bf668def1563cfb5778d9aa1b5436d (diff) | |
download | llvm-d44754c344885c249f381ace54ab1947e2d0f9fc.zip llvm-d44754c344885c249f381ace54ab1947e2d0f9fc.tar.gz llvm-d44754c344885c249f381ace54ab1947e2d0f9fc.tar.bz2 |
ARM: Remove redundant or buggy config of __aeabi_d2h (#152126)
This was set if `TT.isTargetAEABI()`. This was previously set above
if `TM.isAAPCS_ABI() && (TT.isTargetAEABI() || TT.isTargetGNUAEABI() ||
TT.isTargetMuslAEABI() || TT.isAndroid())`.
So this could differ based on a manually specified -target-abi flag due
to the `isAAPCS_ABI` part of the original condition. I'm guessing
these should be consistent, so either this second group of
setLibcallImpl
calls should have been guarded by the `isAAPCS_ABI` check, or the first
condition should remove it.
There doesn't appear to be any meaningful test coverage using the
manually specified ABI option, so #152108 tries to remove it
Diffstat (limited to 'clang/unittests/Basic/VirtualFileSystemTest.cpp')
0 files changed, 0 insertions, 0 deletions