summaryrefslogtreecommitdiff
path: root/tools/llc
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-07-22 20:15:21 +0000
committerBill Wendling <isanbard@gmail.com>2013-07-22 20:15:21 +0000
commit0dcba2fadb990ba2298ba43d76372c754b240cee (patch)
tree76012f758dae9930ac7399a79185468e9769ad9f /tools/llc
parent9a05b98ef9ec58c52f35ce04677f24ef62a79701 (diff)
downloadllvm-0dcba2fadb990ba2298ba43d76372c754b240cee.tar.gz
llvm-0dcba2fadb990ba2298ba43d76372c754b240cee.tar.bz2
llvm-0dcba2fadb990ba2298ba43d76372c754b240cee.tar.xz
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
Diffstat (limited to 'tools/llc')
-rw-r--r--tools/llc/llc.cpp1
1 files changed, 0 insertions, 1 deletions
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<TargetMachine>
target(TheTarget->createTargetMachine(TheTriple.getTriple(),