diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/StackProtector.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/StackProtector.cpp b/llvm/lib/CodeGen/StackProtector.cpp index fefa3c379fc..36ae2846a81 100644 --- a/llvm/lib/CodeGen/StackProtector.cpp +++ b/llvm/lib/CodeGen/StackProtector.cpp @@ -28,7 +28,8 @@  #include "llvm/Target/TargetLowering.h"  using namespace llvm; -// Enable stack protectors. +// SSPBufferSize - The lower bound for a buffer to be considered for stack +// smashing protection.  static cl::opt<unsigned>  SSPBufferSize("stack-protector-buffer-size", cl::init(8),                cl::desc("The lower bound for a buffer to be considered for "  | 

