-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[libc][POSIX] generate sys/wait.h for aarch64 #125102
Comments
@llvm/issue-subscribers-libc Author: Nick Desaulniers (nickdesaulniers)
In order to make out unit tests hermetic for cross compilation, we need to implement `waitpid` from sys/wait.h for use in libc/test/UnitTest/ExecuteFunctionUnix.cpp.
|
uh...what? We already have a waitpid (995105d). And it's being declared in our generated sys/wait.h... It seems that our generated build_dir/libc/include/sys/wait.h is...empty... libc.src.sys.wait.waitpid is a defined entrypoint in libc/config/linux/aarch64/entrypoints.txt Ah! But |
Hi! This issue may be a good introductory issue for people new to working on LLVM. If you would like to work on this issue, your first steps are:
If you have any further questions about this issue, don't hesitate to ask via a comment in the thread below. |
@llvm/issue-subscribers-good-first-issue Author: Nick Desaulniers (nickdesaulniers)
In order to make out unit tests hermetic for cross compilation, we need to implement `waitpid` from sys/wait.h for use in libc/test/UnitTest/ExecuteFunctionUnix.cpp.
|
In order to make out unit tests hermetic for cross compilation, we need to implement
waitpid
from sys/wait.h for use in libc/test/UnitTest/ExecuteFunctionUnix.cpp.The text was updated successfully, but these errors were encountered: