[all-commits] [llvm/llvm-project] b1fc96: [Driver] Support Solaris/amd64 GetTls

rorth via All-commits all-commits at lists.llvm.org
Tue Feb 22 11:15:03 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b1fc966d2e4176e640cda52c7148f565e93bedd0
      https://github.com/llvm/llvm-project/commit/b1fc966d2e4176e640cda52c7148f565e93bedd0
  Author: Rainer Orth <ro at gcc.gnu.org>
  Date:   2022-02-22 (Tue, 22 Feb 2022)

  Changed paths:
    M clang/lib/Driver/ToolChains/Solaris.cpp
    A clang/test/Driver/solaris-ld-sanitizer.c

  Log Message:
  -----------
  [Driver] Support Solaris/amd64 GetTls

This is the driver part of D91605 <https://reviews.llvm.org/D91605>, a
workaround to allow direct calls to `__tls_get_addr` on Solaris/amd64.

Tested on `amd64-pc-solaris2.11` and `sparcv9-sun-solaris2.11`.

Differential Revision: https://reviews.llvm.org/D119829




More information about the All-commits mailing list