diff options
Diffstat (limited to 'lld/ELF/Symbols.h')
-rw-r--r-- | lld/ELF/Symbols.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Symbols.h b/lld/ELF/Symbols.h index 54a9b46b979..798325e377e 100644 --- a/lld/ELF/Symbols.h +++ b/lld/ELF/Symbols.h @@ -80,7 +80,7 @@ public: StringRef getName() const { return Name; } uint8_t getVisibility() const { return StOther & 0x3; } void parseSymbolVersion(); - void copy(SymbolBody *Other); + void copyFrom(SymbolBody *Other); bool isInGot() const { return GotIndex != -1U; } bool isInPlt() const { return PltIndex != -1U; } |