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>