[PATCH] D27579: [libFuzzer] Diff 19 - Automatically link with Windows library.

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 12:21:29 PST 2016


Correct.  regex is out.  The other dependency we're talking about *is*
provided by the system, but it's kind of analagous to asking "should we add
-lm if the only function we need is `ceil`, or should we just link against
libm?"

On Thu, Dec 8, 2016 at 12:18 PM Kostya Serebryany via Phabricator <
reviews at reviews.llvm.org> wrote:

> kcc added a comment.
>
> remember that libFuzzer should not have *any* dependencies other than
> what's provided by the system by default,
> i.e. LLVM support lib is out of discussion here.
>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D27579
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161208/c5b8a224/attachment.html>


More information about the llvm-commits mailing list