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

gn build: libcxx: Select the std_thread pstl backend. #132455

Merged

Conversation

pcc
Copy link
Contributor

@pcc pcc commented Mar 21, 2025

In the CMake build the default pstl backend for libc++ when threads are
enabled is std_thread. By selecting the wrong backend we were triggering
some transitive_includes test failures.

Created using spr 1.3.6-beta.1
@pcc pcc requested review from aeubanks and nico March 21, 2025 19:08
@pcc pcc merged commit 8d67d00 into main Mar 21, 2025
10 of 12 checks passed
@pcc pcc deleted the users/pcc/spr/gn-build-libcxx-select-the-std_thread-pstl-backend branch March 21, 2025 21:55
llvm-sync bot pushed a commit to arm/arm-toolchain that referenced this pull request Mar 21, 2025
In the CMake build the default pstl backend for libc++ when threads are
enabled is std_thread. By selecting the wrong backend we were triggering
some transitive_includes test failures.

Reviewers: aeubanks, nico

Reviewed By: aeubanks

Pull Request: llvm/llvm-project#132455
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants