[PATCH] D19054: [SystemZ] Support __builtin_thread_pointer.

Marcin Koƛcielnicki via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 04:47:44 PDT 2016


koriakin added a comment.

This serves two purposes:

- __builtin_thread_pointer can be used from clang
- llvm.s390.thread.pointer can be used in IR, allowing us to implement proper stack protector support (aiming at TLS instead of __stack_chk_guard)


Repository:
  rL LLVM

http://reviews.llvm.org/D19054





More information about the llvm-commits mailing list