Use function attributes to pass along the stack protector buffer size instead of...
authorBill Wendling <isanbard@gmail.com>
Fri, 12 Jul 2013 22:26:07 +0000 (22:26 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 12 Jul 2013 22:26:07 +0000 (22:26 +0000)
commit021c8ded04ece2830fc7d385c4f5f02ea40f4701
tree875bab47c6531ed229cacb143b58242345c208ed
parent4f73ff471125689807623a3a799b0c05107a2217
Use function attributes to pass along the stack protector buffer size instead of making it a target option.

llvm-svn: 186218
clang/lib/CodeGen/BackendUtil.cpp
clang/lib/CodeGen/CGCall.cpp