Recommit r186217 with testcase fix:
authorBill Wendling <isanbard@gmail.com>
Mon, 22 Jul 2013 20:15:21 +0000 (20:15 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 22 Jul 2013 20:15:21 +0000 (20:15 +0000)
commit0dcba2fadb990ba2298ba43d76372c754b240cee
tree76012f758dae9930ac7399a79185468e9769ad9f
parent9a05b98ef9ec58c52f35ce04677f24ef62a79701
Recommit r186217 with testcase fix:

 Use the function attributes to pass along the stack protector buffer size.

 Now that we have robust function attributes, don't use a command line option to
 specify the stack protecto buffer size.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186863 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/CommandFlags.h
include/llvm/Target/TargetOptions.h
lib/CodeGen/StackProtector.cpp
test/DebugInfo/X86/dbg_value_direct.ll
tools/llc/llc.cpp
tools/lto/LTOModule.cpp
tools/opt/opt.cpp