This is the clang part of D18846.
SafeStack instrumentation pass adds stack protector canaries if both attributes are present on a function.
StackProtector pass will step back if the function has a safestack attribute.
Details
Details
- Reviewers
pcc
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
test/CodeGen/stack-protector.c | ||
---|---|---|
26–28 | Maybe also make these look like #[[A]] = ...? |
test/CodeGen/stack-protector.c | ||
---|---|---|
26–28 | definitely! |
Maybe also make these look like #[[A]] = ...?