This is an archive of the discontinued LLVM Phabricator instance.

[ARM,AArch64] Store source location of asm constant pool entries
ClosedPublic

Authored by olista01 on Nov 13 2015, 3:01 AM.

Details

Summary

Storing the source location of the expression that created a constant pool entry allows us to emit better error messages if we later discover that the expression cannot be represented by a relocation.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 updated this revision to Diff 40130.Nov 13 2015, 3:01 AM
olista01 retitled this revision from to [ARM,AArch64] Store source location of asm constant pool entries.
olista01 updated this object.
olista01 set the repository for this revision to rL LLVM.
olista01 added a subscriber: llvm-commits.
rengolin accepted this revision.Nov 16 2015, 8:15 AM
rengolin added a reviewer: rengolin.

LGTM, thanks!

This revision is now accepted and ready to land.Nov 16 2015, 8:15 AM
This revision was automatically updated to reflect the committed changes.

Very nice. Thank you!