diff options
Diffstat (limited to 'lld/ELF/LinkerScript.h')
-rw-r--r-- | lld/ELF/LinkerScript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/LinkerScript.h b/lld/ELF/LinkerScript.h index d5195bc4a95..d076f357b7c 100644 --- a/lld/ELF/LinkerScript.h +++ b/lld/ELF/LinkerScript.h @@ -85,7 +85,7 @@ public: int compareSections(StringRef A, StringRef B); private: - uint32_t getSectionOrder(StringRef Name); + int getSectionIndex(StringRef Name); SectionRule *find(InputSectionBase<ELFT> *S); ScriptConfiguration &Opt = *ScriptConfig; |