This is an archive of the discontinued LLVM Phabricator instance.

Fix error messages for bad symbols.
ClosedPublic

Authored by ruiu on Jul 24 2018, 3:16 PM.

Details

Summary

Previously, the error messages didn't contain symbol name because we
didn't read a symbol name for these error messages.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu created this revision.Jul 24 2018, 3:16 PM
ruiu added a reviewer: pcc.Jul 24 2018, 3:30 PM
pcc accepted this revision.Jul 24 2018, 3:48 PM

LGTM

This revision is now accepted and ready to land.Jul 24 2018, 3:48 PM
This revision was automatically updated to reflect the committed changes.