Skip to content

[pull] swiftwasm from main #5528

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

Merged
merged 18 commits into from
Jun 15, 2023
Merged

[pull] swiftwasm from main #5528

merged 18 commits into from
Jun 15, 2023

Conversation

pull[bot]
Copy link

@pull pull bot commented Jun 15, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

shahmishal and others added 18 commits July 6, 2022 16:14
Encodes the output back into ASCII as there's been issues with printing
UTF-8 in the past.

Resolves rdar://110412212.
Removed one last 64-bit specific check-line that wasn't removed in
swiftlang#66434 .

rdar://110744959
… instead of

stripping PackType out of diagnostic arguments.

There are places in the type printing code that assume the substitution for a
type parameter pack is always a pack, and violating that invariant will crash
the compiler. We also never want to print 'Pack{...}' in diagnostics anyway,
so the print option is a better approach and fixes a few existing tests that still
contained 'Pack{...}' in error messages.
A given FreeBSD version may not always have latest CMake installed if any at all. Let's bootstrap it the same way we do it on Linux.
[Diagnostics] Suppress printing explicit pack types in the ASTPrinter instead of stripping `PackType` out of diagnostic arguments.
swift_build_support: support FreeBSD on arm64 in `targets.py`
…/pack_metadata_marker_inserter

[Test] Remove 64-bit specific FileCheck line.
Lack of this line causes a build error: `Unknown host tools target: freebsd-arm64`.
[Build] Read all shell output as UTF-8
swift_build_support cmake.py: allow bootstrapping CMake on FreeBSD
build-script-impl: add support for `freebsd-arm64`
…ect-test-pr-smoke

Disable downstream project tests in smoke test trigger
@kateinoigakukun kateinoigakukun merged commit 35ad79e into swiftwasm Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants