[llvm] r275058 - Provide support for preserving assembly comments
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 11 15:10:50 PDT 2016
>
>
> +static cl::opt<bool>
> + NoPreserveComments("fno-preserve-as-comments", cl::Hidden,
> + cl::desc("Preserve Comments in outputted
> assembly"));
> +
>
>
> +static cl::opt<bool>
> + PreserveComments("preserve-comments",
> + cl::desc("Preserve Comments in outputted assembly"));
> +
>
>
These command line flags should be consistent. As a preference, make it the
second one.
Thanks!
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160711/106172b9/attachment.html>
More information about the llvm-commits
mailing list