[all-commits] [llvm/llvm-project] a0eda1: [libc][NFC] unify startup library's code style wit...
Schrodinger ZHU Yifan via All-commits
all-commits at lists.llvm.org
Mon Dec 4 10:31:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0eda109471b74ef929f5830438201973d70705e
https://github.com/llvm/llvm-project/commit/a0eda109471b74ef929f5830438201973d70705e
Author: Schrodinger ZHU Yifan <yifanzhu at rochester.edu>
Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths:
M libc/config/linux/app.h
M libc/src/stdlib/getenv.cpp
M libc/startup/linux/aarch64/start.cpp
M libc/startup/linux/riscv/start.cpp
M libc/startup/linux/x86_64/start.cpp
Log Message:
-----------
[libc][NFC] unify startup library's code style with the rest (#74041)
This PR unifies the startup library's code style with the rest of libc.
More information about the All-commits
mailing list