[ELF] Ignore .interp section in case linker script specifies PHDRS without PT_INTERP
authorEugene Leviant <evgeny.leviant@gmail.com>
Tue, 16 Aug 2016 06:40:58 +0000 (06:40 +0000)
committerEugene Leviant <evgeny.leviant@gmail.com>
Tue, 16 Aug 2016 06:40:58 +0000 (06:40 +0000)
commitf9bc3bd2cf6651c1cdaf2d5915c280a313a9043e
treee0c549464cbab989dfd94995a579ce05cd895552
parentbc84fc9f1dc427083792de338039f20f3f95099e
[ELF] Ignore .interp section in case linker script specifies PHDRS without PT_INTERP

llvm-svn: 278781
lld/ELF/LinkerScript.cpp
lld/ELF/LinkerScript.h
lld/ELF/Writer.cpp
lld/test/ELF/linkerscript/linkerscript-discard-interp.s [new file with mode: 0644]