[llvm-dev] "no-jump-table": Attribute vs flag

Sumanth Gundapaneni via llvm-dev llvm-dev at lists.llvm.org
Mon Jul 10 08:55:36 PDT 2017


The clang flag "-fno-jump-table" adds the function attribute
"no-jump-table=true" to IR.

What are facts that need to take in to consideration whether to pass an llvm
flag to the clang driver (assuming we have an llvm flag that turns off jump
tables ) vs adding an attribute?

 

--Sumanth

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170710/b5e942c8/attachment.html>


More information about the llvm-dev mailing list