[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 09:30:20 PST 2022


sivachandra updated this revision to Diff 413519.
sivachandra added a comment.

Add a comment explaining why a compiler attribute to align
the stack pointer will not help.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121091/new/

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.413519.patch
Type: text/x-patch
Size: 9887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220307/fc3f07bc/attachment-0001.bin>


More information about the libc-commits mailing list