Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

[x86/Linux] Disable CheckStackBarrier for non-Windows platforms #8380

Closed
wants to merge 1 commit into from

Conversation

parjong
Copy link

@parjong parjong commented Nov 30, 2016

CheckStackBarrier uses 'EXCEPTION_REGISTRATION_RECORD' which is not
available for non-Windows platforms.

This commit disables CheckStackBarrier for non-Windows platforms to fix
build error in x86/Linux.

@parjong
Copy link
Author

parjong commented Nov 30, 2016

\CC @seanshpark

CheckStackBarrier uses 'EXCEPTION_REGISTRATION_RECORD' which is not
available for non-Windows platforms.

This commit disables CheckStackBarrier for non-Windows platforms to fix
build error in x86/Linux.
@parjong
Copy link
Author

parjong commented Dec 1, 2016

I'll close this PR as EXCEPTION_REGISTRATION_RECORD becomes available for non-Windows platforms with #8408.

@parjong parjong closed this Dec 1, 2016
@parjong parjong deleted the fix/disable_CheckStackBarrier branch December 1, 2016 02:28
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.

2 participants