aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorEugene Leviant <evgeny.leviant@gmail.com>2016-10-20 09:39:09 +0000
committerEugene Leviant <evgeny.leviant@gmail.com>2016-10-20 09:39:09 +0000
commitdb35fdf70f08d6f644ef2679b8e79af59e710f16 (patch)
treed2fb5b2af4d335cf022e6cf5cc39dfb0e0f08b5e /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parent58fa5243cc48e51d7ff33f476a781665ffac2440 (diff)
downloadllvm-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/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions