sync ports with The Matrix

This commit is contained in:
purplerain 2023-09-08 05:21:37 +00:00
parent ec769495ab
commit f5034afcba
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
3108 changed files with 91999 additions and 80269 deletions

View 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;