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_InputFiles_h
Normal file
14
devel/llvm/13/patches/patch-lld_ELF_InputFiles_h
Normal file
|
@ -0,0 +1,14 @@
|
|||
- add .gnu.warning.SYMBOL support to ld.lld(1)
|
||||
|
||||
Index: lld/ELF/InputFiles.h
|
||||
--- lld/ELF/InputFiles.h.orig
|
||||
+++ lld/ELF/InputFiles.h
|
||||
@@ -37,6 +37,8 @@ class DWARFCache;
|
||||
// Returns "<internal>", "foo.a(bar.o)" or "baz.o".
|
||||
std::string toString(const elf::InputFile *f);
|
||||
|
||||
+void parseGNUWarning(StringRef name, ArrayRef<char> data, size_t size);
|
||||
+
|
||||
namespace elf {
|
||||
|
||||
using llvm::object::Archive;
|
Loading…
Add table
Add a link
Reference in a new issue