[all-commits] [llvm/llvm-project] 501a87: [libc] Add missing environ dependency to AArch64 s...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Mar 16 06:07:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 501a8724bd994ee4ded942aff8420287c41a0774
https://github.com/llvm/llvm-project/commit/501a8724bd994ee4ded942aff8420287c41a0774
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-03-16 (Thu, 16 Mar 2023)
Changed paths:
M libc/startup/linux/aarch64/CMakeLists.txt
Log Message:
-----------
[libc] Add missing environ dependency to AArch64 startup implementation
Summary:
Just like the last patch, this dependency was missing. This lead to
linker failures when building the tests.
More information about the All-commits
mailing list