This is an archive of the discontinued LLVM Phabricator instance.

[Assembler] Add location info to unary expressions.
ClosedPublic

Authored by sanwou01 on Mar 3 2017, 8:42 AM.

Details

Summary

This is a continuation of D28861. Add an SMLoc to MCUnaryExpr such that
a better diagnostic can be given in case of an error in later stages of
assembling.

Diff Detail

Repository
rL LLVM

Event Timeline

sanwou01 created this revision.Mar 3 2017, 8:42 AM
This revision is now accepted and ready to land.Mar 10 2017, 3:47 AM
This revision was automatically updated to reflect the committed changes.