<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Aug 22, 2017, at 4:35 PM, Brian Cain <<a href="mailto:brian.cain@gmail.com" class="">brian.cain@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">George,<div class=""><br class=""></div><div class="">Thanks for doing the work to move libFuzzer to compiler-rt.</div><div class=""><br class=""></div><div class="">I probably touched these more recently than most and either didn't deliver a complete patch or it's rotted since then.  In any case I haven't gotten a chance to leverage it.  But I'd like the idea of it arriving intact in the move to compiler-rt.  If I'm able to get it back and running by the end of the week, would that be adequate?</div><div class=""><br class=""></div><div class="">Regarding a buildbot -- I think that makes sense.  I naively assumed that it would be a part of the default build set for the "all" target when building llvm.  I figured that if there were ever any regression, that I or some other owner would be notified.  </div></div></div></blockquote><div><br class=""></div>Hi Brian,<br class=""><div><br class=""></div><div>Great, thanks!</div><div>I’m not sure why it’s not build: maybe because we never run “all” when LLVM_USE_SANITIZE_COVERAGE is set, which is required that to build that library.</div><br class=""><blockquote type="cite" class=""><div class=""><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Aug 22, 2017 at 6:21 PM, George Karpenkov via llvm-dev <span dir="ltr" class=""><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank" class="">llvm-dev@lists.llvm.org</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br class="">
<br class="">
As a part of a recent move of libFuzzer from LLVM to compiler-rt I am looking into updating the build code<br class="">
for the libraries which use libFuzzer.<br class="">
<br class="">
I have tried to compile llvm-mc-assemble-fuzzer, and llvm-mc-disassemble-fuzzer, and I couldn’t build either of those.<br class="">
For the first one, the reason is that it refers to a nonexistent enum,<br class="">
and for the second one I believe the reason is that it does not enclose LLVMFuzzerTestOneInput in “extern ‘C’”.<br class="">
<br class="">
Are those libraries maintained and/or used?<br class="">
<br class="">
If yes, the code should be compilable, and ideally there should be a buildbot.<br class="">
If no, maybe we should remove it, or move it to a separate repository.<br class="">
<br class="">
Thanks,<br class="">
George<br class="">
<br class="">
(sorry for starting multiple threads, I believe this way it is more convenient to keep track of tasks)<br class="">
______________________________<wbr class="">_________________<br class="">
LLVM Developers mailing list<br class="">
<a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a><br class="">
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank" class="">http://lists.llvm.org/cgi-bin/<wbr class="">mailman/listinfo/llvm-dev</a><br class="">
</blockquote></div><br class=""><br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div class="gmail_signature" data-smartmail="gmail_signature">-Brian</div>
</div>
</div></blockquote></div><br class=""></body></html>