[PATCH] D24849: Make CanUseCopyRelocWithPIE a llvm option, -pie-copy-relocations

Sriraman Tallam via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 22 15:30:27 PDT 2016


tmsriram created this revision.
tmsriram added reviewers: davide, rnk, davidxl.
tmsriram added a subscriber: llvm-commits.

This patch added CanUseCopyRelocWithPIE:
http://llvm.org/viewvc/llvm-project?view=revision&revision=273958

I am converting this into a llvm option -pie-copy-relocations

Rreviously, copy relocations with PIE was discussed here:
https://reviews.llvm.org/D19995

https://reviews.llvm.org/D24849

Files:
  lib/Target/TargetMachine.cpp
  test/CodeGen/X86/global-access-pie-copyrelocs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24849.72219.patch
Type: text/x-patch
Size: 4426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160922/26037c5c/attachment.bin>


More information about the llvm-commits mailing list