forked from OSchip/llvm-project
Mark LinkerScript as final.
We used to inherit from it, but don't need it anymore. llvm-svn: 302675
This commit is contained in:
parent
beac508fc9
commit
c2dd0bdf17
|
@ -211,8 +211,7 @@ struct ScriptConfiguration {
|
|||
std::vector<llvm::StringRef> ReferencedSymbols;
|
||||
};
|
||||
|
||||
class LinkerScript {
|
||||
protected:
|
||||
class LinkerScript final {
|
||||
void assignSymbol(SymbolAssignment *Cmd, bool InSec);
|
||||
void setDot(Expr E, const Twine &Loc, bool InSec);
|
||||
|
||||
|
|
Loading…
Reference in New Issue