This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Add ScriptParserBase::expect(ArrayRef<StringRef>)
AbandonedPublic

Authored by grimar on Jul 21 2016, 10:05 AM.

Details

Reviewers
ruiu
rafael
Summary

What about adding
ScriptParserBase::expect(ArrayRef<StringRef> Expect) ?

That helps to reduce the code a bit.

Diff Detail

Event Timeline

grimar updated this revision to Diff 64919.Jul 21 2016, 10:05 AM
grimar retitled this revision from to [ELF] - Add ScriptParserBase::expect(ArrayRef<StringRef>).
grimar updated this object.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar, evgeny777.
grimar added inline comments.
ELF/SymbolListFile.cpp
115

Unrelated, I`ll remove.

grimar abandoned this revision.Jul 25 2016, 11:22 PM

Looks no one likes this.