[PATCH] D34820: [Hexagon] Emit jump tables in text section based on a flag

Sumanth Gundapaneni via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 10:35:46 PDT 2017


sgundapa created this revision.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D34820

Files:
  lib/Target/Hexagon/HexagonTargetObjectFile.cpp
  lib/Target/Hexagon/HexagonTargetObjectFile.h
  test/CodeGen/Hexagon/jt-in-text.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34820.104680.patch
Type: text/x-patch
Size: 4322 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170629/b26846fe/attachment.bin>


More information about the llvm-commits mailing list