Skip to content

Fix the ARM architecture on FreeBSD #81662

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

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

Conversation

etcwilde
Copy link
Contributor

The 64-bit ARM architecture spelling on FreeBSD is aarch64, not arm64. This results in a build failure about a missing
freebsd/arm64/swiftrt.o while building the runtimes.

@etcwilde
Copy link
Contributor Author

@swift-ci please smoke test

@CodingCarpincho
Copy link

CodingCarpincho commented May 21, 2025

This change is incomplete and won't build. You also need to change the other places that are referencing the old value:

changes.patch

The 64-bit ARM architecture spelling on FreeBSD is aarch64, not arm64.
This results in a build failure about a missing
`freebsd/arm64/swiftrt.o` while building the runtimes.
@etcwilde etcwilde force-pushed the ewilde/aarch64-freebsd branch from 5151c27 to fd2ba8b Compare May 21, 2025 04:39
@etcwilde
Copy link
Contributor Author

@swift-ci please smoke test

@finagolfin
Copy link
Member

Any plans to release an official FreeBSD toolchain? 😄

@etcwilde
Copy link
Contributor Author

[2025-05-21T06:35:09.321Z] Failed Tests (1):
[2025-05-21T06:35:09.321Z]   Swift(macosx-x86_64) :: ModuleInterface/clang-args-transitive-availability.swift

Known issue: swiftlang/llvm-project#10679

@etcwilde
Copy link
Contributor Author

@swift-ci please smoke test macOS

@etcwilde
Copy link
Contributor Author

Any plans to release an official FreeBSD toolchain? 😄

Trying to

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.

4 participants