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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D30581
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 10 2017, 3:47 AM Closed by commit rL297454: [Assembler] Add location info to unary expressions. (authored by sanwou01). · Explain WhyMar 10 2017, 5:20 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 91317 llvm/trunk/include/llvm/MC/MCExpr.h
llvm/trunk/lib/MC/MCExpr.cpp
llvm/trunk/lib/MC/MCParser/AsmParser.cpp
llvm/trunk/test/MC/AArch64/error-location-post-layout.s
llvm/trunk/test/MC/ARM/error-location-post-layout.s
|