-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[libc] Add proxy headers for fenv.h types. #88187
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
Comments
@llvm/issue-subscribers-libc Author: None (lntue)
Context: https://github.com//pull/87017 https://github.com//pull/87598
This is the continuation of #87863. Add a proxy header for fenv.h types so that our implementations and tests will work nicely for both overlay and full build modes.
|
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: None (lntue)
Context: https://github.com//pull/87017 https://github.com//pull/87598
This is the continuation of #87863. Add a proxy header for fenv.h types so that our implementations and tests will work nicely for both overlay and full build modes.
|
Can you please assign it to me. |
Context: #87017 #87598
This is the continuation of #87863.
Add a proxy header for fenv.h types so that our implementations and tests will work nicely for both overlay and full build modes.
libc/hdr/fenv_t.h
andlibc\hdr\fexcept_t
that will include the system <fenv.h> in overlay mode or include the corresponding header inlibc/include/llvm-libc-types/
in full build mode.#include <fenv.h>
and cmake target dependency onlibc.include.fenv
.utils/bazel/llvm-project-overlay/libc/BUILD.bazel
.The text was updated successfully, but these errors were encountered: