[all-commits] [llvm/llvm-project] 50f69e: insertSSPDeclarations: adjust Darwin condition tha...

Fangrui Song via All-commits all-commits at lists.llvm.org
Tue Oct 31 15:47:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 50f69e5f8149a8577ab07f30a8bae49bbb79ff7d
      https://github.com/llvm/llvm-project/commit/50f69e5f8149a8577ab07f30a8bae49bbb79ff7d
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-10-31 (Tue, 31 Oct 2023)

  Changed paths:
    M llvm/lib/CodeGen/TargetLoweringBase.cpp

  Log Message:
  -----------
  insertSSPDeclarations: adjust Darwin condition that sets dso_local

This change is for AArch32 and not strictly needed, but it ensures that
we follow the model that direct accesses are only emitted for dso_local
and we do not need TargetMachine::shouldAssumeDSOLocal to force
dso_local for a dso_preemptable variable.

There is no behavior change to the arm/arm64 configurations listed in
commit 5888dee7d04748744743a35d3aef030018bdc275.


  Commit: 157ba33007fe2fd0609c87b7e9c8615ba427740f
      https://github.com/llvm/llvm-project/commit/157ba33007fe2fd0609c87b7e9c8615ba427740f
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-10-31 (Tue, 31 Oct 2023)

  Changed paths:
    M llvm/test/CodeGen/CSKY/switch.ll

  Log Message:
  -----------
  [CSKY,test] Update switch.ll


Compare: https://github.com/llvm/llvm-project/compare/7ad9e9dcf518...157ba33007fe


More information about the All-commits mailing list