diff options
Diffstat (limited to 'lld/ELF/LinkerScript.h')
-rw-r--r-- | lld/ELF/LinkerScript.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/ELF/LinkerScript.h b/lld/ELF/LinkerScript.h index a35d4271a19..38c89ec6e23 100644 --- a/lld/ELF/LinkerScript.h +++ b/lld/ELF/LinkerScript.h @@ -221,7 +221,7 @@ struct ScriptConfiguration { extern ScriptConfiguration *ScriptConfig; -class LinkerScriptBase { +class LinkerScript { protected: void assignSymbol(SymbolAssignment *Cmd, bool InSec = false); void computeInputSections(InputSectionDescription *); @@ -289,7 +289,7 @@ public: void processCommands(OutputSectionFactory &Factory); }; -extern LinkerScriptBase *Script; +extern LinkerScript *Script; } // end namespace elf } // end namespace lld |