Re: [PATCH] D19749: Delete store to Target option PositionIndependentExecutable

2016-04-29 Thread Sriraman Tallam via cfe-commits
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:

Re: [PATCH] D19749: Delete store to Target option PositionIndependentExecutable

2016-04-29 Thread Reid Kleckner via cfe-commits
rnk accepted this revision. rnk added a comment. This revision is now accepted and ready to land. lgtm http://reviews.llvm.org/D19749 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D19749: Delete store to Target option PositionIndependentExecutable

2016-04-29 Thread Sriraman Tallam via cfe-commits
tmsriram created this revision. tmsriram added a reviewer: rnk. tmsriram added subscribers: cfe-commits, davidxl. Delete store to Target option PositionIndependentExecutable which will be deleted. PIE is set in module flags. http://reviews.llvm.org/D19749 Files: lib/CodeGen/BackendUtil.cpp