aboutsummaryrefslogtreecommitdiff
path: root/COFF/Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'COFF/Driver.h')
-rw-r--r--COFF/Driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/COFF/Driver.h b/COFF/Driver.h
index 6100c3ca0c9e..01bfb02a5c33 100644
--- a/COFF/Driver.h
+++ b/COFF/Driver.h
@@ -72,7 +72,7 @@ public:
void parseDirectives(InputFile *file);
// Used by ArchiveFile to enqueue members.
- void enqueueArchiveMember(const Archive::Child &c, StringRef symName,
+ void enqueueArchiveMember(const Archive::Child &c, const Archive::Symbol &sym,
StringRef parentName);
MemoryBufferRef takeBuffer(std::unique_ptr<MemoryBuffer> mb);