diff options
author | Eugene Leviant <evgeny.leviant@gmail.com> | 2016-10-20 09:39:09 +0000 |
---|---|---|
committer | Eugene Leviant <evgeny.leviant@gmail.com> | 2016-10-20 09:39:09 +0000 |
commit | db35fdf70f08d6f644ef2679b8e79af59e710f16 (patch) | |
tree | d2fb5b2af4d335cf022e6cf5cc39dfb0e0f08b5e /llvm/lib/Bitcode | |
parent | 58fa5243cc48e51d7ff33f476a781665ffac2440 (diff) | |
download | llvm-db35fdf70f08d6f644ef2679b8e79af59e710f16.zip llvm-db35fdf70f08d6f644ef2679b8e79af59e710f16.tar.gz llvm-db35fdf70f08d6f644ef2679b8e79af59e710f16.tar.bz2 |
Don't include PHDRs if linker script doesn't want them
This script below shouldn't include file and program headers
to PT_LOAD segment, because it doesn't have PHDRS and FILEHDR
attributes:
PHDRS { all PT_LOAD; }
SECTIONS { /* list of sections here */ }
Differential revision: https://reviews.llvm.org/D25774
llvm-svn: 284709
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions