[llvm-bugs] [Bug 46622] New: [X86] Support -mstack-protector-guard=global
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jul 7 09:11:46 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=46622
Bug ID: 46622
Summary: [X86] Support -mstack-protector-guard=global
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: craig.topper at gmail.com
CC: craig.topper at gmail.com, llvm-bugs at lists.llvm.org,
llvm-dev at redking.me.uk, spatel+llvm at rotateright.com
By default the stack protector on X86 on LInux uses a canary from Thread Local
Storage. But this isn't suitable for all environments. gcc supports
-mstack-protector-guard=global to use __stack_chk_guard variable instead.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200707/b0633bd7/attachment.html>
More information about the llvm-bugs
mailing list