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

Mark assembly files as SafeSEH compatible #1593

Merged
merged 1 commit into from
Jun 13, 2018
Merged

Conversation

smeenai
Copy link
Contributor

@smeenai smeenai commented Jun 11, 2018

These assembly files contain no exception handlers, so we can just emit
the special @feat.00 symbol to indicate that they're trivially SafeSEH
compatible. See [1] for details.

[1] https://msdn.microsoft.com/en-us/library/windows/desktop/ms680547(v=vs.85).aspx#the_.sxdata_section_

These assembly files contain no exception handlers, so we can just emit
the special @feat.00 symbol to indicate that they're trivially SafeSEH
compatible. See [1] for details.

[1] https://msdn.microsoft.com/en-us/library/windows/desktop/ms680547(v=vs.85).aspx#the_.sxdata_section_
@compnerd
Copy link
Member

These are data files, so, yes, this makes sense

@compnerd
Copy link
Member

@swift-ci please test

@compnerd
Copy link
Member

CC: @phausler

@compnerd compnerd merged commit 7b6b7ac into swiftlang:master Jun 13, 2018
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