[PATCH] D19749: Delete store to Target option PositionIndependentExecutable
Sriraman Tallam via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 29 16:44:46 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL268137: Delete store to Target option PositionIndependentExecutable as PIE is now set… (authored by tmsriram).
Changed prior to commit:
http://reviews.llvm.org/D19749?vs=55676&id=55687#toc
Repository:
rL LLVM
http://reviews.llvm.org/D19749
Files:
cfe/trunk/lib/CodeGen/BackendUtil.cpp
Index: cfe/trunk/lib/CodeGen/BackendUtil.cpp
===================================================================
--- cfe/trunk/lib/CodeGen/BackendUtil.cpp
+++ cfe/trunk/lib/CodeGen/BackendUtil.cpp
@@ -595,7 +595,6 @@
Options.NoZerosInBSS = CodeGenOpts.NoZeroInitializedInBSS;
Options.UnsafeFPMath = CodeGenOpts.UnsafeFPMath;
Options.StackAlignmentOverride = CodeGenOpts.StackAlignment;
- Options.PositionIndependentExecutable = LangOpts.PIELevel != 0;
Options.FunctionSections = CodeGenOpts.FunctionSections;
Options.DataSections = CodeGenOpts.DataSections;
Options.UniqueSectionNames = CodeGenOpts.UniqueSectionNames;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19749.55687.patch
Type: text/x-patch
Size: 638 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160429/6ca266d0/attachment-0001.bin>
More information about the cfe-commits
mailing list