This is an archive of the discontinued LLVM Phabricator instance.

Fix executable stack directive on Linux.
ClosedPublic

Authored by manojgupta on May 15 2017, 3:55 PM.

Event Timeline

manojgupta created this revision.May 15 2017, 3:55 PM
krytarowski requested changes to this revision.May 15 2017, 4:04 PM

The __linux__ check makes __ANDROID__ redundant.

This revision now requires changes to proceed.May 15 2017, 4:04 PM

@phosek ping for Fuchsia, perhaps needed as well.

echristo edited edge metadata.May 15 2017, 4:07 PM

Probably.

manojgupta retitled this revision from Fix executable stack detection on Linux. to Fix executable stack directive on Linux..May 15 2017, 4:20 PM
manojgupta edited the summary of this revision. (Show Details)
krytarowski accepted this revision.May 15 2017, 4:24 PM
This revision is now accepted and ready to land.May 15 2017, 4:24 PM
manojgupta updated this revision to Diff 99083.May 15 2017, 4:26 PM

Remove check for Android since it is covered by Linux checks.

manojgupta closed this revision.May 15 2017, 4:27 PM