[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:48 PST 2016


I mean "or should we just implement `ceil` ourselves"

On Thu, Dec 8, 2016 at 12:21 PM Zachary Turner <zturner at google.com> wrote:

> 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/6690acb1/attachment.html>


More information about the llvm-commits mailing list