[PATCH] D30276: Disable TLS for stack protector on Android API<17

Evgeniy Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 22 14:52:13 PST 2017


eugenis created this revision.

The TLS slot did not exist back then.

I'm also changing Triple::isOSGlibc to not include Android. I don't think this deserve a separate change, because no one else is using it.


Repository:
  rL LLVM

https://reviews.llvm.org/D30276

Files:
  include/llvm/ADT/Triple.h
  lib/Target/X86/X86ISelDAGToDAG.cpp
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/stack-protector-target.ll
  test/Transforms/SafeStack/X86/abi_ssp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30276.89429.patch
Type: text/x-patch
Size: 7749 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170222/93ddd7f3/attachment.bin>


More information about the llvm-commits mailing list