PATCH: suppress warnings in llvm-link

Bill Wendling isanbard at gmail.com
Thu Feb 6 09:55:00 PST 2014


LGTM too.

-bw


On Thu, Feb 6, 2014 at 9:37 AM, Nadav Rotem <nrotem at apple.com> wrote:

> LGTM.
>
> On Feb 6, 2014, at 9:32 AM, Eli Bendersky <eliben at google.com> wrote:
>
> > Hello,
> >
> > Attaching a patch that adds a -suppress-warnings flag to the LLVM
> bitcode linker, with the expected effect.
> >
> > The option is currently added directly into LinkModules.cpp; an
> alternative would be to add it to llvm-link.cpp, but then it would have to
> be percolated down to ModuleLinker through Linker etc. I can modify the
> patch to take that path, if that's deemed better. If the warning goes into
> llvm-link.cpp, it may also make sense to turn it to "-w" to be just like in
> Clang.
> >
> > PTAL,
> >
> > Eli
> >
> >
> <llvm-link-suppress-warnings.1.patch>_______________________________________________
> > llvm-commits mailing list
> > llvm-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140206/7fa8fe33/attachment.html>


More information about the llvm-commits mailing list