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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable COMDAT folding. #15213

Merged
merged 1 commit into from Nov 25, 2021
Merged

Disable COMDAT folding. #15213

merged 1 commit into from Nov 25, 2021

Conversation

mpoeter
Copy link
Member

@mpoeter mpoeter commented Nov 25, 2021

Scope & Purpose

Disable COMDAT folding (aka Identical Code Folding) on Windows, because it can break a program that depends on unique addresses for functions or read-only data members (which apparently we do).
No CHANGELOG entry since this is not user facing and does not affect a released version.

  • 馃挬 Bugfix

Backports:

Testing & Verification

  • This change is a trivial rework / code cleanup without any test coverage.

@mpoeter mpoeter added this to the devel milestone Nov 25, 2021
Copy link
Contributor

@jsteemann jsteemann left a comment

Choose a reason for hiding this comment

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

LGTM!

@jsteemann jsteemann merged commit fab5f13 into devel Nov 25, 2021
@jsteemann jsteemann deleted the bugfix/disable-comdat-folding branch November 25, 2021 12: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

2 participants