This is an archive of the discontinued LLVM Phabricator instance.

[VE] Change error handling of data references
ClosedPublic

Authored by kaz7 on Dec 7 2021, 8:09 AM.

Details

Summary

Change to use Ctx.reportError() instead of llvm_unreachable for
better error handling. Also correct evaluateAsRelocatableImpl().

Diff Detail

Event Timeline

kaz7 created this revision.Dec 7 2021, 8:09 AM
kaz7 requested review of this revision.Dec 7 2021, 8:09 AM
simoll accepted this revision.Dec 8 2021, 1:11 AM
This revision is now accepted and ready to land.Dec 8 2021, 1:11 AM
This revision was automatically updated to reflect the committed changes.