Displaying 2 results from an estimated 2 matches for "b419a75".
Did you mean:
b419a75e
2017 Jul 12
2
moving libfuzzer to compiler-rt?
...though. I'd really
rather go to compiler-rt instead of runtimes. runtimes seems like it's
going the opposite direction from the monorepo efforts.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170712/b419a75e/attachment.html>
2017 Jul 12
4
moving libfuzzer to compiler-rt?
On Tue, Jul 11, 2017 at 7:02 PM, George Karpenkov <ekarpenkov at apple.com>
wrote:
> I’ve submitted a WIP PR: https://reviews.llvm.org/D35288
>
Thanks for working in this!
One question: will it make sense to *copy* the code to the new location,
work on it, then delete the code from the old location,
instead of doing a move in a single commit?
I don't expect any dramatic changes