[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 Oct 10 11:56:00 PDT 2016


mlemay-intel updated this revision to Diff 74156.
mlemay-intel added a comment.
Herald added a subscriber: mehdi_amini.

Use Subtarget.getTargetTriple().isOSContiki instead of Subtarget.isTargetContiki.
Make TargetLoweringBase::getDefaultSafeStackPointerLocation non-virtual.


https://reviews.llvm.org/D19852

Files:
  include/llvm/Target/TargetLowering.h
  lib/CodeGen/SafeStack.cpp
  lib/CodeGen/TargetLoweringBase.cpp
  lib/Target/X86/X86ISelLowering.cpp
  test/Transforms/SafeStack/X86/array.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19852.74156.patch
Type: text/x-patch
Size: 7557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161010/eae215c6/attachment.bin>


More information about the llvm-commits mailing list