[all-commits] [llvm/llvm-project] 5d5938: [libc] Setup TLS in x86_64 loader.

Siva Chandra via All-commits all-commits at lists.llvm.org
Fri Aug 7 23:19:25 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d59385ba67ec20dc4a3e13b9a7088ace970df4d
      https://github.com/llvm/llvm-project/commit/5d59385ba67ec20dc4a3e13b9a7088ace970df4d
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2020-08-07 (Fri, 07 Aug 2020)

  Changed paths:
    M libc/config/linux/CMakeLists.txt
    A libc/config/linux/app.h
    M libc/loader/linux/x86_64/CMakeLists.txt
    M libc/loader/linux/x86_64/start.cpp
    M libc/test/loader/CMakeLists.txt
    M libc/test/loader/linux/CMakeLists.txt
    A libc/test/loader/linux/tls_test.cpp

  Log Message:
  -----------
  [libc] Setup TLS in x86_64 loader.

The new code added is still very x86_64 specific. AArch64 support will
be added very soon and refactoring of the loader code will be done as
part of the patches adding it.

Reviewed By: asteinhauser

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




More information about the All-commits mailing list