Change MCExpr to support Aurora VE's modifiers. Change asmparser to use
existing MCExpr parser (parseExpression) to parse an expression contining
symbols with modifiers and offsets. Also add several regression tests
of MC layer.
Details
Details
- Reviewers
simoll k-ishizaka - Commits
- rGfa1fecc73d4d: [VE] Support symbol with offset in assembly
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please consider the coding style suggestions (in particular for lower-casing function names). Otw, LGTM.