[all-commits] [llvm/llvm-project] 859c18: [libc] Linux threads - Setup TLS area of a new thr...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Wed Jul 13 13:46:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 859c1897275ca33c31537381a862458df0653a69
https://github.com/llvm/llvm-project/commit/859c1897275ca33c31537381a862458df0653a69
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-07-13 (Wed, 13 Jul 2022)
Changed paths:
M libc/config/linux/app.h
M libc/loader/linux/aarch64/start.cpp
M libc/loader/linux/x86_64/CMakeLists.txt
M libc/loader/linux/x86_64/start.cpp
M libc/src/__support/threads/linux/CMakeLists.txt
M libc/src/__support/threads/linux/thread.cpp
M libc/src/__support/threads/thread.h
M libc/test/integration/src/__support/threads/CMakeLists.txt
A libc/test/integration/src/__support/threads/thread_tls_test.cpp
Log Message:
-----------
[libc] Linux threads - Setup TLS area of a new thread and cleanup at exit.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D129543
More information about the All-commits
mailing list