ports/devel/llvm/16/patches/patch-lld_ELF_InputFiles_h

13 lines
337 B
Text
Raw Normal View History

2023-09-08 05:21:37 +00:00
Index: lld/ELF/InputFiles.h
--- lld/ELF/InputFiles.h.orig
+++ lld/ELF/InputFiles.h
@@ -34,6 +34,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 {
class InputSection;