[PATCH] D19733: Use PIELevel module flags instead of Target option PositionIndependentExecutable

Sriraman Tallam via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 29 11:41:19 PDT 2016


tmsriram created this revision.
tmsriram added reviewers: rnk, davidxl.
tmsriram added a subscriber: llvm-commits.
Herald added subscribers: srhines, danalbert, tberghammer.

* Use PIELevel module flags instead of Target option PositionIndependentExecutable
* Remove use of -enable-pie option with llc in tests
* Add PIELevel module flag to tests where PIE should be enabled

After this, I can safely delete Target option PositionIndependentExecutable.  I will send a clang patch to delete all references to this.  I should also be able to delete llc option -enable-pie, is this fine?


http://reviews.llvm.org/D19733

Files:
  include/llvm/CodeGen/CommandFlags.h
  lib/Target/TargetMachine.cpp
  lib/Target/X86/X86Subtarget.cpp
  lib/Target/X86/X86Subtarget.h
  test/CodeGen/X86/emutls-pie.ll
  test/CodeGen/X86/global-access-pie.ll
  test/CodeGen/X86/pie.ll
  test/CodeGen/X86/tls-pie.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19733.55636.patch
Type: text/x-patch
Size: 7057 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160429/2e0fc857/attachment.bin>


More information about the llvm-commits mailing list