This is an archive of the discontinued LLVM Phabricator instance.

Implement the no_split_stack attribute.
ClosedPublic

Authored by pcc on May 16 2014, 11:23 PM.

Details

Summary

This is a GNU attribute that allows split stacks to be turned off on a
per-function basis.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc updated this revision to Diff 9507.May 16 2014, 11:23 PM
pcc retitled this revision from to Implement the no_split_stack attribute..
pcc updated this object.
pcc edited the test plan for this revision. (Show Details)
pcc added a subscriber: Unknown Object (MLST).
pcc updated this revision to Diff 9585.May 19 2014, 2:08 PM

Add tests and docs

pcc closed this revision.May 19 2014, 3:22 PM
pcc updated this revision to Diff 9589.

Closed by commit rL209167 (authored by @pcc).