History log of /llvm-project/llvm/test/CodeGen/RISCV/stack-guard-tls.ll (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2
# ca57e8f2 02-Oct-2024 Keith Packard <keithp@keithp.com>

[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