sync ports with The Matrix
This commit is contained in:
parent
ec769495ab
commit
f5034afcba
3108 changed files with 91999 additions and 80269 deletions
14
devel/llvm/13/patches/patch-lld_ELF_Writer_h
Normal file
14
devel/llvm/13/patches/patch-lld_ELF_Writer_h
Normal file
|
@ -0,0 +1,14 @@
|
|||
- XXX no comment
|
||||
|
||||
Index: lld/ELF/Writer.h
|
||||
--- lld/ELF/Writer.h.orig
|
||||
+++ lld/ELF/Writer.h
|
||||
@@ -30,7 +30,7 @@ template <class ELFT> void writeResult();
|
||||
// placed in it.
|
||||
struct PhdrEntry {
|
||||
PhdrEntry(unsigned type, unsigned flags)
|
||||
- : p_align(type == llvm::ELF::PT_LOAD ? config->maxPageSize : 0),
|
||||
+ : p_align(type == llvm::ELF::PT_LOAD ? config->textAlignPageSize : 0),
|
||||
p_type(type), p_flags(flags) {}
|
||||
void add(OutputSection *sec);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue