This is an archive of the discontinued LLVM Phabricator instance.

[Hexagon] Emit jump tables in text section based on a flag
ClosedPublic

Authored by sgundapa on Jun 29 2017, 10:35 AM.

Details

Summary

This patch adds a new LLVM flag -hexagon-emit-jt-text which is defaulted to
"false". The value "true" emits the switch generated jump tables in text section.

Diff Detail

Repository
rL LLVM

Event Timeline

sgundapa created this revision.Jun 29 2017, 10:35 AM
kparzysz accepted this revision.Jun 29 2017, 12:29 PM
This revision is now accepted and ready to land.Jun 29 2017, 12:29 PM
This revision was automatically updated to reflect the committed changes.