13 lines
337 B
Text
13 lines
337 B
Text
|
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;
|