As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@
This commit is contained in:
parent
83a0aaf92c
commit
9a3af55370
59377 changed files with 98673 additions and 4712155 deletions
22
devel/llvm/17/patches/patch-lld_ELF_Symbols_cpp
Normal file
22
devel/llvm/17/patches/patch-lld_ELF_Symbols_cpp
Normal file
|
@ -0,0 +1,22 @@
|
|||
XXX SymbolUnion
|
||||
|
||||
Index: lld/ELF/Symbols.cpp
|
||||
--- lld/ELF/Symbols.cpp.orig
|
||||
+++ lld/ELF/Symbols.cpp
|
||||
@@ -25,7 +25,7 @@ using namespace llvm::ELF;
|
||||
using namespace lld;
|
||||
using namespace lld::elf;
|
||||
|
||||
-static_assert(sizeof(SymbolUnion) <= 64, "SymbolUnion too large");
|
||||
+static_assert(sizeof(SymbolUnion) <= 72, "SymbolUnion too large");
|
||||
|
||||
template <typename T> struct AssertSymbol {
|
||||
static_assert(std::is_trivially_destructible<T>(),
|
||||
@@ -59,6 +59,7 @@ std::string lld::toString(const elf::Symbol &sym) {
|
||||
}
|
||||
|
||||
Defined *ElfSym::bss;
|
||||
+Defined *ElfSym::data;
|
||||
Defined *ElfSym::etext1;
|
||||
Defined *ElfSym::etext2;
|
||||
Defined *ElfSym::edata1;
|
Loading…
Add table
Add a link
Reference in a new issue