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

clang-17, llvm-17: restore functionality on macOS 15 (Xcode 16) #25912

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

markmentovai
Copy link
Contributor

@markmentovai markmentovai commented Sep 24, 2024

This is a cherry-pick of
llvm/llvm-project@7939ce3.

Xcode 16 runs on macOS 14 and 15, so the patch is applied on macOS ≥ 14.

Closes: https://trac.macports.org/ticket/70779

Description

Type(s)
  • bugfix
  • enhancement
  • security fix
Tested on

macOS 15.0 24A335 arm64
Xcode 16.0 16A242d

Verification

Have you

  • followed our Commit Message Guidelines?
  • squashed and minimized your commits?
  • checked that there aren't other open pull requests for the same change?
  • referenced existing tickets on Trac with full URL in commit message?
  • checked your Portfile with port lint --nitpick?
  • tried existing tests with sudo port test?
  • tried a full install with sudo port -vst install?
  • tested basic functionality of all binary files?
  • checked that the Portfile's most important variants haven't been broken?

@markmentovai
Copy link
Contributor Author

@cjones051073

lang/llvm-17/Portfile Outdated Show resolved Hide resolved
@cjones051073 cjones051073 self-assigned this Sep 24, 2024
This is a cherry-pick of
llvm/llvm-project@7939ce3.

This enables clang-17 to be built by Xcode 16, making it possible to
build on macOS 15, and macOS 14 with Xcode 16. It also enables clang-17
to be built by clang-18 and newer.

Closes: https://trac.macports.org/ticket/70779
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants