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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM