[PATCH] D35577: Add -flookup-tables and -fno-lookup-tables flags

Sumanth Gundapaneni via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 27 12:27:19 PDT 2017


sgundapa added a comment.

The only change that is needed is to disable  lookup-tables based on the attribute "no-jump-tables" set by  "-fno-jump-tables" clang flag.
It implies that this change is not required.


https://reviews.llvm.org/D35577





More information about the cfe-commits mailing list