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

[embedded] Skip C++ stdlib for unicode stubs #76761

Open
wants to merge 1 commit into
base: rebranch
Choose a base branch
from

Conversation

bnbarham
Copy link
Contributor

stdint.h should be picked up from clang/lib/Headers, but is instead being picked up by the system libc++. There's no C++ stdlib being used here, so just exclude it.

Resolves rdar://134584685.

`stdint.h` should be picked up from `clang/lib/Headers`, but is instead
being picked up by the system libc++. There's no C++ stdlib being used
here, so just exclude it.

Resolves rdar://134584685.
@bnbarham bnbarham requested a review from a team as a code owner September 28, 2024 04:24
@bnbarham
Copy link
Contributor Author

@swift-ci please test

@kubamracek
Copy link
Contributor

Nice, I didn't think of that. If this actually resolves the issue, LGTM!

@bnbarham
Copy link
Contributor Author

Nice, I didn't think of that. If this actually resolves the issue, LGTM!

Did locally, but we'll see :)

@bnbarham
Copy link
Contributor Author

@swift-ci build toolchain Ubuntu 22.04

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