4 Commits

Author SHA1 Message Date
Matt Arsenault
ea6fee062d SafeStack: Add missing lit.local.cfg to SPARC subdirectory
Forgot to commit file in 8604b52e380fb37a3599539b1d87a68666ab6ed5
2026-02-24 09:06:00 +01:00
Matt Arsenault
9c08759268
Reapply "RuntimeLibcalls: Fix adding __safestack_pointer_address by default" (#182949) (#183005)
This reverts commit 6d37110e091569509f54e2b1f3ef35e8a50e5b70.

Now with aarch64 test.
2026-02-24 07:41:39 +00:00
Daniel Thornburgh
6d37110e09
Revert "RuntimeLibcalls: Fix adding __safestack_pointer_address by default" (#182949)
Reverts llvm/llvm-project#182936
2026-02-23 22:52:55 +00:00
Matt Arsenault
8604b52e38
RuntimeLibcalls: Fix adding __safestack_pointer_address by default (#182936)
This was accidentally added to the default set of libcalls, so move
it out of the giant let block over functions in the default set.

Should fix regression on SPARC bot.
2026-02-23 21:32:17 +00:00