PATCH: suppress warnings in llvm-link
Nadav Rotem
nrotem at apple.com
Thu Feb 6 09:37:37 PST 2014
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
More information about the llvm-commits
mailing list