[libc-commits] [PATCH] D121091: [libc] Align the stack pointer in the start function.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Mar 7 01:44:10 PST 2022


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

The loader TLS test for x86_64, which now passes, has been enabled.
A future change should enable the test for aarch64 as well.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121091

Files:
  libc/config/linux/CMakeLists.txt
  libc/config/linux/app.h
  libc/loader/linux/aarch64/start.cpp
  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: D121091.413376.patch
Type: text/x-patch
Size: 9541 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220307/27278e8c/attachment.bin>


More information about the libc-commits mailing list