Rename LinkerScriptBase -> LinkerScript.
llvm-svn: 298456
diff --git a/lld/ELF/LinkerScript.h b/lld/ELF/LinkerScript.h
index a35d427..38c89ec 100644
--- a/lld/ELF/LinkerScript.h
+++ b/lld/ELF/LinkerScript.h
@@ -221,7 +221,7 @@
extern ScriptConfiguration *ScriptConfig;
-class LinkerScriptBase {
+class LinkerScript {
protected:
void assignSymbol(SymbolAssignment *Cmd, bool InSec = false);
void computeInputSections(InputSectionDescription *);
@@ -289,7 +289,7 @@
void processCommands(OutputSectionFactory &Factory);
};
-extern LinkerScriptBase *Script;
+extern LinkerScript *Script;
} // end namespace elf
} // end namespace lld