Skip to content

[MCJIT][ORC] Change test guards to 'UNSUPPORTED: system-darwin'. #9918

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 1 commit into from
Jan 31, 2025

Conversation

lhames
Copy link

@lhames lhames commented Jan 30, 2025

These tests were guarded with 'UNSUPPORTED: target={{.}}-darwin{{.}}', but that check may unintentionally pass if LLVM is configured with a host triple that specifies a specific Darwin flavor, e.g. macOS with -DLLVM_HOST_TRIPLE:STRING=aarch64-apple-macosx13.0. All darwin flavors should set 'system-darwin', so this is a safer feature to check.

rdar://134942819

These tests were guarded with 'UNSUPPORTED: target={{.*}}-darwin{{.*}}', but
that check may unintentionally pass if LLVM is configured with a host triple
that specifies a specific Darwin flavor, e.g. macOS with
-DLLVM_HOST_TRIPLE:STRING=aarch64-apple-macosx13.0. All darwin flavors should
set 'system-darwin', so this is a safer feature to check.

rdar://134942819
@lhames lhames requested a review from a team as a code owner January 30, 2025 03:27
@lhames
Copy link
Author

lhames commented Jan 30, 2025

@swift-ci please test

@lhames lhames merged commit fdbc130 into stable/20240723 Jan 31, 2025
3 checks passed
@lhames lhames deleted the rdar125855125 branch January 31, 2025 06:35
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