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++] Investigate running the test suite with different optimization levels #68143

Closed
ldionne opened this issue Oct 3, 2023 · 1 comment
Closed
Assignees
Labels
libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. test-suite

Comments

@ldionne
Copy link
Member

ldionne commented Oct 3, 2023

Right now, we always run the test suite without optimizations. We should probably be running the test suite with different optimization levels in order to test what we ship more closely. In theory, there shouldn't be any difference since it's a compiler level thing and we don't do anything differently based on the -O level passed, but it would still be good to have coverage for that.

@ldionne ldionne added libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. test-suite labels Oct 3, 2023
@ldionne ldionne self-assigned this Jan 16, 2024
@ldionne
Copy link
Member Author

ldionne commented Jan 16, 2024

This was done in #68753

@ldionne ldionne closed this as completed Jan 16, 2024
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. test-suite
Projects
None yet
Development

No branches or pull requests

1 participant