This is a GNU attribute that allows split stacks to be turned off on a
per-function basis.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D3817
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
Diff Detail
Revision Contents
Diff 9589 cfe/trunk/include/clang/Basic/Attr.td
cfe/trunk/include/clang/Basic/AttrDocs.td
cfe/trunk/lib/CodeGen/CGCall.cpp
cfe/trunk/lib/Sema/SemaDeclAttr.cpp
cfe/trunk/test/CodeGen/split-stacks.c
cfe/trunk/test/CodeGenCXX/split-stacks.cpp
cfe/trunk/test/SemaCXX/attr-no-split-stack.cpp
|