ruiu accepted this revision.
ruiu added a comment.
LGTM
> InputFiles.h:155
> + if (SymbolIndex >= SymbolBodies.size())
> + fatal("invalid symbol index");
> return *SymbolBodies[SymbolIndex];
Please include the filename.
https://reviews.llvm.org/D25025