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

Include duplicated inline directory symbols referenced in subsequent sections #466

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

robmen
Copy link
Member

@robmen robmen commented Nov 7, 2023

Due to the handling of redundant symbols, which are only used by inline directory syntax, the symbols were only defined in the first section encountered by the linker. Fix that so at most one duplicated inline directory symbol is included when referenced.

Fixes wixtoolset/issues#7840

@robmen robmen requested a review from barnson November 7, 2023 06:50
Copy link
Member

@barnson barnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment typo, other lgtm

…sections

Due to the handling of redundant symbols, which are only used by inline directory
syntax, the symbols were only defined in the first section encountered by the linker.
Fix that so at most one duplicated inline directory symbol is included when
referenced.

Fixes 7840
@robmen robmen enabled auto-merge (rebase) November 7, 2023 19:41
@robmen robmen merged commit a532341 into develop Nov 7, 2023
2 checks passed
@robmen robmen deleted the robmen/anon-dirs branch November 7, 2023 20:25
@github-actions github-actions bot locked and limited conversation to collaborators Nov 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inline directory symbols in subsequent sections lost
2 participants