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

Always emit an absolute @feat.00 symbol for CFG support #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

matbech
Copy link

@matbech matbech commented Apr 22, 2023

This allows link.exe to use the Control Flow Guard feature (/guard:cf)

This allows link.exe to use the Control Flow Guard feature (/guard:cf)
@sezero
Copy link
Contributor

sezero commented Oct 11, 2023

Has this been reviewed?

@matbech
Copy link
Author

matbech commented Oct 11, 2023

This PR is incomplete as it takes more than just to emit the @feat.00 symbol.

@hpax
Copy link
Member

hpax commented May 31, 2024

Could you please clarify what you mean with "incomplete"?

@matbech
Copy link
Author

matbech commented May 31, 2024

@hpax to fully support CFG, it takes more than just emitting the @feat.00 symbol. The @feat.00 symbol is just a part of it.

@hpax
Copy link
Member

hpax commented May 31, 2024

OK, so what does that mean? Does that mean that this should not be merged at this time? I'm confused.

@matbech
Copy link
Author

matbech commented May 31, 2024

Yes, don't merge it. More needs to be done by someone who has a better insight how Microsoft's CFG feature works.

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.

3 participants