This is an archive of the discontinued LLVM Phabricator instance.

[AsmParser] Diagnose empty symbol for .set directive
ClosedPublic

Authored by weimingz on Nov 15 2016, 6:21 PM.

Details

Summary

Diagnose empty symbol to avoid hitting assertion in MCContext::getOrCreateSymbol

Diff Detail

Repository
rL LLVM

Event Timeline

weimingz updated this revision to Diff 78121.Nov 15 2016, 6:21 PM
weimingz retitled this revision from to [AsmParser] Reject empty symbol for .set directive.
weimingz updated this object.
weimingz set the repository for this revision to rL LLVM.
weimingz added a subscriber: llvm-commits.
weimingz retitled this revision from [AsmParser] Reject empty symbol for .set directive to [AsmParser] Diagnose empty symbol for .set directive.Nov 28 2016, 11:18 AM
weimingz updated this object.
rengolin accepted this revision.Dec 1 2016, 4:02 AM
rengolin edited edge metadata.
This revision is now accepted and ready to land.Dec 1 2016, 4:02 AM
This revision was automatically updated to reflect the committed changes.