[LLVMdev] Command Line Flags for LTOModule

Stephen Crane sjcrane at uci.edu
Mon Jul 15 15:39:57 PDT 2013


While looking at adding a 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/20130715/51662527/attachment.html>


More information about the llvm-dev mailing list