[all-commits] [llvm/llvm-project] 3e4f69: TargetLowering: Replace android triple check with ...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Jul 15 07:28:48 PDT 2025


  Branch: refs/heads/users/arsenm/target-lowering/replace-android-check-libcall-check
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e4f6932df6639dce303fcff9e3173962e888885
      https://github.com/llvm/llvm-project/commit/3e4f6932df6639dce303fcff9e3173962e888885
  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