This is an archive of the discontinued LLVM Phabricator instance.

[X86] Link safestacksepseg runtime
Needs ReviewPublic

Authored by mlemay-intel on Feb 7 2017, 8:30 AM.

Details

Reviewers
zvi
eugenis
pcc
Summary

When SafeStack and the separate-stack-seg feature are both enabled, link the
safestacksepseg runtime library.

Event Timeline

mlemay-intel created this revision.Feb 7 2017, 8:30 AM
mlemay-intel edited subscribers, added: cfe-commits; removed: llvm-commits.Feb 7 2017, 8:37 AM

Only link safestacksepseg, not safestack. I changed the build configuration for safestacksepseg to also include the files in safestack.

Added test.