Skip to content

Conversation

@edymtt
Copy link
Contributor

@edymtt edymtt commented May 7, 2025

In particular, this ensures we are able to build Linux packages for aarch64.

Addresses rdar://150423995

In particular, this ensures we are able to build Linux packages for aarch64.

Addresses rdar://150423995
@edymtt
Copy link
Contributor Author

edymtt commented May 7, 2025

@swift-ci please test

@edymtt
Copy link
Contributor Author

edymtt commented May 7, 2025

@swift-ci please build toolchain Linux

@edymtt edymtt enabled auto-merge May 7, 2025 19:25
@edymtt edymtt merged commit a95bb31 into swiftlang:main May 7, 2025
5 of 6 checks passed
edymtt added a commit to edymtt/swift that referenced this pull request May 13, 2025
...we disabled in swiftlang#81354

This requires a couple of supporting changes

* under Linux, do not cross compile LLVM when building for the host
 architecture -- that will ensure that the compiler-rt build will use
the just built compiler and not the system one (which may not be
new enough for this purpose);
* provide sanitizer flags depending on the linker the just built compiler
 will use -- this detection is brittle, so print a message advising the
user how to override this.

Addresses rdar://150849329
Catfish-Man pushed a commit that referenced this pull request May 15, 2025
...we disabled in #81354

This requires a couple of supporting changes

* under Linux, do not cross compile LLVM when building for the host
 architecture -- that will ensure that the compiler-rt build will use
the just built compiler and not the system one (which may not be
new enough for this purpose);
* provide sanitizer flags depending on the linker the just built compiler
 will use -- this detection is brittle, so print a message advising the
user how to override this.

Addresses rdar://150849329
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.

1 participant