aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-03-17 05:57:33 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-03-17 05:57:33 +0000
commit786e866fea475d0d1b5bd51c59c653685b143970 (patch)
tree49588c36d76ebc447f7c53f286ad35ef935a9635 /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent6f66f0a343256ce8a03890d9a80447592b748137 (diff)
downloadllvm-786e866fea475d0d1b5bd51c59c653685b143970.zip
llvm-786e866fea475d0d1b5bd51c59c653685b143970.tar.gz
llvm-786e866fea475d0d1b5bd51c59c653685b143970.tar.bz2
[ELF] - -pie/--pic-executable option implemented
-pie --pic-executable Create a position independent executable. This is currently only supported on ELF platforms. Position independent executables are similar to shared libraries in that they are relocated by the dynamic linker to the virtual address the OS chooses for them (which can vary between invocations). Like normal dynamically linked executables they can be executed and symbols defined in the executable cannot be overridden by shared libraries. Differential revision: http://reviews.llvm.org/D18183 llvm-svn: 263693
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions