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