[all-commits] [llvm/llvm-project] a4c3ac: ARM: Avoid doing strncmp on libcall name (#165203)
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Oct 31 12:58:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4c3ac2c09f4510a62efb045e129927c52a4c032
https://github.com/llvm/llvm-project/commit/a4c3ac2c09f4510a62efb045e129927c52a4c032
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-10-31 (Fri, 31 Oct 2025)
Changed paths:
M llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp
Log Message:
-----------
ARM: Avoid doing strncmp on libcall name (#165203)
Check if the default implementation is the aeabi impl directly.
If getLibcallName returned null, this would crash.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list