Skip to content

[clang] Diagnose config_macros before building modules #8338

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

Conversation

Bigcheese
Copy link

Before this patch, if a module fails to build because of a missing config_macro, the user will never see the config macro warning. This patch diagnoses this before building, and each subsequent time a module is imported.

rdar://123921931
llvm#83641
(cherry picked from commit ee044d5)

Before this patch, if a module fails to build because of a missing
config_macro, the user will never see the config macro warning. This
patch diagnoses this before building, and each subsequent time a module
is imported.

rdar://123921931
llvm#83641
(cherry picked from commit ee044d5)
@Bigcheese Bigcheese requested a review from vsapsai March 5, 2024 19:13
@Bigcheese
Copy link
Author

@swift-ci please test

@Bigcheese Bigcheese merged commit acc560d into swiftlang:stable/20230725 Mar 6, 2024
@Bigcheese Bigcheese deleted the dev/cherry-pick/config-macros-20230725 branch March 6, 2024 22:57
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.

2 participants