[PATCH] D22564: [ELF] Support FLAGS attribute in PHDR definition
Eugene Leviant via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 21 09:11:47 PDT 2016
evgeny777 added inline comments.
================
Comment at: ELF/LinkerScript.cpp:384
@@ -382,2 +383,3 @@
+ Phdrs[Id].H.p_flags |= toPhdrFlags(Sec->getFlags());
Phdrs[Id].H.p_flags |= toPhdrFlags(Sec->getFlags());
}
----------------
grimar wrote:
> Is this correct ?
That's definitely a bug. Thanks, George!
https://reviews.llvm.org/D22564
More information about the llvm-commits
mailing list