[all-commits] [llvm/llvm-project] 190c9d: TargetLowering: Replace android triple check with ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jul 15 03:03:38 PDT 2025
Branch: refs/heads/users/arsenm/target-lowering/replace-android-check-libcall-check
Home: https://github.com/llvm/llvm-project
Commit: 190c9de97eea9aaea3e09a2bcd77e4b5a96962c1
https://github.com/llvm/llvm-project/commit/190c9de97eea9aaea3e09a2bcd77e4b5a96962c1
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