From 0dcba2fadb990ba2298ba43d76372c754b240cee Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 22 Jul 2013 20:15:21 +0000 Subject: 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 --- 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 b5852aad11..b62f41aec8 100644 --- a/tools/llc/llc.cpp +++ b/tools/llc/llc.cpp @@ -281,7 +281,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