Skip to content
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++] Implement Freestanding #78350

Open
ldionne opened this issue Jan 16, 2024 · 1 comment
Open

[libc++] Implement Freestanding #78350

ldionne opened this issue Jan 16, 2024 · 1 comment
Labels
libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.

Comments

@ldionne
Copy link
Member

ldionne commented Jan 16, 2024

This issue tracks the work required to make libc++ conforming to the notion of "Freestanding" as specified in the Standard.

At a high level, this means that clang++ -ffreestanding -stdlib=libc++ should work and provide only the Freestanding parts of the Standard. Furthermore, it should require only reasonable functionality from the underlying system, although exactly how that should be achieved still needs to be discussed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
Projects
None yet
Development

No branches or pull requests

2 participants