[all-commits] [llvm/llvm-project] ca57e8: [RISCV] Support -mstack-protector-guard=tls (#108942)
Keith Packard via All-commits
all-commits at lists.llvm.org
Wed Oct 2 16:33:53 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca57e8f23ff042c0ae996b040f364ced433b7507
https://github.com/llvm/llvm-project/commit/ca57e8f23ff042c0ae996b040f364ced433b7507
Author: Keith Packard <keithp at keithp.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/CodeGen/stack-protector-guard.c
M clang/test/Driver/stack-protector-guard.c
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
A llvm/test/CodeGen/RISCV/stack-guard-global.ll
A llvm/test/CodeGen/RISCV/stack-guard-tls.ll
Log Message:
-----------
[RISCV] Support -mstack-protector-guard=tls (#108942)
Add support for using a thread-local variable with a specified offset
for holding the stack guard canary value.
Closes: #46685
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