[LLVMdev] Command Line Flags for LTOModule

Stephen Crane sjcrane at uci.edu
Tue Jul 16 09:45:44 PDT 2013


While looking at adding a new TargetOption, I saw that there is significant overlap between the options listed in llvm/CodeGen/CommandFlags.h (which are used to set TargetOptions in llc and opt) and the options in LTOModule.cpp. There are only a few extra options in CommandFlags.h, and all target options used by LTO are there. Would it make sense to use CommandFlags.h in LTOModule as well?


- Stephen Crane
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130716/5d293917/attachment.html>


More information about the llvm-dev mailing list