[libc-commits] [PATCH] D82700: [libc] Setup TLS in x86_64 loader.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sat Jun 27 00:17:00 PDT 2020
sivachandra created this revision.
sivachandra added a reviewer: phosek.
Herald added subscribers: libc-commits, ecnelises, tschuett, kristof.beyls, mgorny.
Herald added a project: libc-project.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D82700
Files:
libc/config/linux/CMakeLists.txt
libc/config/linux/app.h
libc/loader/linux/x86_64/CMakeLists.txt
libc/loader/linux/x86_64/start.cpp
libc/test/loader/linux/CMakeLists.txt
libc/test/loader/linux/tls_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82700.273884.patch
Type: text/x-patch
Size: 8109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200627/24dd6efb/attachment.bin>
More information about the libc-commits
mailing list