Use the function attributes to pass along the stack protector buffer size.
[oota-llvm.git] / tools / opt / opt.cpp
index 6fc8d6759b9e6a64ba31b730931ce7f4621780a2..fa1cd43617689e6e5c0f26791285b54156ea668f 100644 (file)
@@ -510,7 +510,6 @@ static TargetOptions GetTargetOptions() {
   Options.PositionIndependentExecutable = EnablePIE;
   Options.EnableSegmentedStacks = SegmentedStacks;
   Options.UseInitArray = UseInitArray;
-  Options.SSPBufferSize = SSPBufferSize;
   return Options;
 }