]> granicus.if.org Git - clang/commit
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)
commit8d230b454fa3a0d4fd87453e24c88219ef5ad14a
treed55a3176a15961e40bea87a22d21c5447648e29c
parentc1b8d095c18c3f55d662c49e59f7a934ae7e9440
Use function attributes to pass along the stack protector buffer size instead of making it a target option.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186218 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BackendUtil.cpp
lib/CodeGen/CGCall.cpp