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

[bazel] Make compiler-rt analyze on macOS #86001

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

keith
Copy link
Member

@keith keith commented Mar 20, 2024

Previously the select above would fail for non-linux platforms if you did a bazel build @llvm-project//..., now this target specifies that it's only supported on the linux platform through bazel's target_compatible_with feature. This makes all targets in the tree be ignored when building on incompatible platforms (and fail if built directly)

Previously the select above would fail for non-linux platforms if you
did a `bazel build @llvm-project//...`, now this target specifies that
it's only supported on the linux platform through bazel's
`target_compatible_with` feature. This makes all targets in the tree be
ignored when building on incompatible platforms (and fail if built
directly)
@keith keith requested review from d0k and chapuni March 20, 2024 20:14
@keith keith requested a review from rupprecht as a code owner March 20, 2024 20:14
@llvmbot llvmbot added the bazel "Peripheral" support tier build system: utils/bazel label Mar 20, 2024
@keith keith requested a review from aaronmondal March 22, 2024 17:16
@keith keith merged commit 14be493 into llvm:main Mar 22, 2024
6 checks passed
@keith keith deleted the ks/bazel-make-compiler-rt-analyze-on-macos branch March 22, 2024 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bazel "Peripheral" support tier build system: utils/bazel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants