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

Add support for clang modules in experimental_mixed_language_library #2351

Conversation

luispadron
Copy link
Contributor

This adds support for @import when using experimental_mixed_language_library. There seems to be a "bug" (or at least a usability issue) in Bazel where if module_map is set on objc_library then the enable_modules attr does nothing.

This enables modules via copts instead, similar to how it was done in rules_apple_line.

@luispadron luispadron force-pushed the lpadron/Add_support_for_clang_modules_in_experimental_mixed_language_library branch from 9b939a2 to 34d8b43 Compare December 31, 2023 16:16
@luispadron luispadron force-pushed the lpadron/Add_support_for_clang_modules_in_experimental_mixed_language_library branch from 34d8b43 to f55aabd Compare January 1, 2024 19:41
@luispadron luispadron enabled auto-merge (squash) January 1, 2024 19:41
@luispadron luispadron merged commit 071463e into master Jan 1, 2024
9 checks passed
@luispadron luispadron deleted the lpadron/Add_support_for_clang_modules_in_experimental_mixed_language_library branch January 1, 2024 19:52
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.

None yet

3 participants