sync ports with The Matrix
This commit is contained in:
parent
ec769495ab
commit
f5034afcba
3108 changed files with 91999 additions and 80269 deletions
11
devel/llvm/16/patches/patch-lld_ELF_SymbolTable_cpp
Normal file
11
devel/llvm/16/patches/patch-lld_ELF_SymbolTable_cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
Index: lld/ELF/SymbolTable.cpp
|
||||
--- lld/ELF/SymbolTable.cpp.orig
|
||||
+++ lld/ELF/SymbolTable.cpp
|
||||
@@ -93,6 +93,7 @@ Symbol *SymbolTable::insert(StringRef name) {
|
||||
sym->setName(name);
|
||||
sym->partition = 1;
|
||||
sym->verdefIndex = -1;
|
||||
+ sym->gwarn = false;
|
||||
sym->versionId = VER_NDX_GLOBAL;
|
||||
if (pos != StringRef::npos)
|
||||
sym->hasVersionSuffix = true;
|
Loading…
Add table
Add a link
Reference in a new issue