This is an archive of the discontinued LLVM Phabricator instance.

Make AsmPrinter::EmitJumpTableInfo virtual
ClosedPublic

Authored by sunfish on Sep 10 2015, 5:02 PM.

Details

Summary

Targets that have non-traditional jump table mechanisms may need to do something substantially different for jump tables than what AsmPrinter::EmitJumpTableInfo does. This patch makes that function virtual so that targets can override it.

Diff Detail

Repository
rL LLVM

Event Timeline

sunfish updated this revision to Diff 34508.Sep 10 2015, 5:02 PM
sunfish retitled this revision from to Make AsmPrinter::EmitJumpTableInfo virtual.
sunfish updated this object.
sunfish set the repository for this revision to rL LLVM.
sunfish added subscribers: llvm-commits, jfb.

This patch is depended on by http://reviews.llvm.org/D12787 .

jfb accepted this revision.Sep 10 2015, 5:43 PM
jfb added a reviewer: jfb.

lgtm

This revision is now accepted and ready to land.Sep 10 2015, 5:43 PM
This revision was automatically updated to reflect the committed changes.