forked from OSchip/llvm-project
parent
583264e477
commit
fd9dafdc65
|
@ -1027,8 +1027,6 @@ size_t LinkerScript::getPhdrIndex(const Twine &Loc, StringRef PhdrName) {
|
||||||
}
|
}
|
||||||
|
|
||||||
class elf::ScriptParser final : ScriptLexer {
|
class elf::ScriptParser final : ScriptLexer {
|
||||||
typedef void (ScriptParser::*Handler)();
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
ScriptParser(MemoryBufferRef MB)
|
ScriptParser(MemoryBufferRef MB)
|
||||||
: ScriptLexer(MB),
|
: ScriptLexer(MB),
|
||||||
|
|
Loading…
Reference in New Issue