[all-commits] [llvm/llvm-project] 5cfe35: TargetLowering: Replace android triple check with ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jul 15 01:05:03 PDT 2025
Branch: refs/heads/users/arsenm/target-lowering/replace-android-check-libcall-check
Home: https://github.com/llvm/llvm-project
Commit: 5cfe3503a6ed82e9e91daaf7ba128e0a44eac66f
https://github.com/llvm/llvm-project/commit/5cfe3503a6ed82e9e91daaf7ba128e0a44eac66f
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths:
M llvm/include/llvm/IR/RuntimeLibcalls.td
M llvm/lib/CodeGen/TargetLoweringBase.cpp
Log Message:
-----------
TargetLowering: Replace android triple check with libcall check
Instead of directly checking if the target is android, check if
__safestack_pointer_address is available and configure android
to have the call.
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