From 8a50013cc23810aa3e1ac8da66764fbb2d96147e Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 12 Jul 2013 22:25:20 +0000 Subject: 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 --- tools/llc/llc.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/llc') diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp index bcabafc467..9f6be81fc9 100644 --- a/tools/llc/llc.cpp +++ b/tools/llc/llc.cpp @@ -280,7 +280,6 @@ static int compileModule(char **argv, LLVMContext &Context) { Options.PositionIndependentExecutable = EnablePIE; Options.EnableSegmentedStacks = SegmentedStacks; Options.UseInitArray = UseInitArray; - Options.SSPBufferSize = SSPBufferSize; OwningPtr target(TheTarget->createTargetMachine(TheTriple.getTriple(), -- cgit v1.2.3