[all-commits] [llvm/llvm-project] fe2cc1: [libc] Align the stack pointer in the start function.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Mon Mar 7 11:46:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe2cc14ad43807e7f1f55de64c3e61c5bf034bf2
https://github.com/llvm/llvm-project/commit/fe2cc14ad43807e7f1f55de64c3e61c5bf034bf2
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-03-07 (Mon, 07 Mar 2022)
Changed paths:
M libc/config/linux/CMakeLists.txt
M libc/config/linux/app.h
M libc/loader/linux/aarch64/start.cpp
M libc/loader/linux/x86_64/start.cpp
M libc/test/loader/linux/CMakeLists.txt
M libc/test/loader/linux/tls_test.cpp
Log Message:
-----------
[libc] Align the stack pointer in the start function.
The loader TLS test for x86_64, which now passes, has been enabled.
A future change should enable the test for aarch64 as well.
Reviewed By: jeffbailey
Differential Revision: https://reviews.llvm.org/D121091
More information about the All-commits
mailing list