[PATCH] D19852: [safestack] Use non-thread-local unsafe stack pointer for Contiki OS
Michael LeMay via llvm-commits
llvm-commits at lists.llvm.org
Mon May 2 22:23:55 PDT 2016
mlemay-intel created this revision.
mlemay-intel added reviewers: pcc, eugenis.
mlemay-intel added a subscriber: llvm-commits.
This patch defines the "contiki" OS specifier. It causes a non-thread-local
unsafe stack pointer to be used with SafeStack for Contiki OS.
This patch removes the -mllvm -safe-stack-usp-storage option, since it is no
longer needed.
http://reviews.llvm.org/D19852
Files:
include/llvm/ADT/Triple.h
lib/CodeGen/SafeStack.cpp
lib/Support/Triple.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86Subtarget.h
test/Transforms/SafeStack/array.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19852.55942.patch
Type: text/x-patch
Size: 6032 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160503/cb78130d/attachment-0001.bin>
More information about the llvm-commits
mailing list