diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-07-12 22:25:20 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-07-12 22:25:20 +0000 |
commit | 8a50013cc23810aa3e1ac8da66764fbb2d96147e (patch) | |
tree | 101213d40e04c54fcc8c4d82eef0205e9847de89 /include/llvm/CodeGen | |
parent | 6383ef98fae2bab4595c6c36394093b7ad4a5597 (diff) | |
download | external_llvm-8a50013cc23810aa3e1ac8da66764fbb2d96147e.tar.gz external_llvm-8a50013cc23810aa3e1ac8da66764fbb2d96147e.tar.bz2 external_llvm-8a50013cc23810aa3e1ac8da66764fbb2d96147e.zip |
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@186217 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r-- | include/llvm/CodeGen/CommandFlags.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/CommandFlags.h b/include/llvm/CodeGen/CommandFlags.h index 9a27661b51..fd1d67bdcd 100644 --- a/include/llvm/CodeGen/CommandFlags.h +++ b/include/llvm/CodeGen/CommandFlags.h @@ -220,8 +220,4 @@ cl::opt<std::string> StartAfter("start-after", cl::value_desc("pass-name"), cl::init("")); -cl::opt<unsigned> -SSPBufferSize("stack-protector-buffer-size", cl::init(8), - cl::desc("Lower bound for a buffer to be considered for " - "stack protection")); #endif |