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

DLL policies should apply in static triplets, lib policies should apply in dynamic triplets. #1358

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

BillyONeal
Copy link
Member

@BillyONeal BillyONeal commented Feb 29, 2024

DLLs can be in static triplets if BuildPolicy::DLLS_IN_STATIC_LIBRARY is turned on. Those DLLs should still have CRT and architecture checked, that sort of thing.

Static libs can be in dynamic triplets, and their CRT linkage still needs to match.

…ly in dynamic triplets.

DLLs can be in static triplets if BuildPolicy::DLLS_IN_STATIC_LIBRARY is turned on. Those DLLs should still have CRT and and architecture checked, that sort of thing.

Static libs can be in dynamic triplets, and their CRT linkage still needs to match.
@BillyONeal BillyONeal merged commit 96bf7ef into microsoft:main Mar 1, 2024
5 checks passed
@BillyONeal BillyONeal deleted the policy-all-linkages branch March 1, 2024 21:47
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