[libc-commits] [PATCH] D128032: [libc] Add TLS image initializing to aarch64 statup code.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jun 16 23:28:34 PDT 2022


sivachandra created this revision.
sivachandra added a reviewer: jeffbailey.
Herald added subscribers: libc-commits, jsji, ecnelises, tschuett, pengfei, kristof.beyls, mgorny.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

The TLS loader test has been enabled for aarch64.
Handling of PT_TLS' filesz and memsz for x86_64 has also been fixed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128032

Files:
  libc/config/linux/app.h
  libc/loader/linux/aarch64/CMakeLists.txt
  libc/loader/linux/aarch64/start.cpp
  libc/loader/linux/x86_64/start.cpp
  libc/test/integration/loader/linux/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128032.437803.patch
Type: text/x-patch
Size: 6735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220617/a272fd7a/attachment.bin>


More information about the libc-commits mailing list