[PATCH] D48349: [ADT] Add llvm::unique_function which is like std::function but supporting move-only closures.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 5 05:01:47 PDT 2018


I've (finally) landed r336337 which just completely moves away from using a
function pointer packed into a pointerunion. =/

On Thu, Jul 5, 2018 at 4:38 AM Yvan Roux via Phabricator <
reviews at reviews.llvm.org> wrote:

> yroux added a comment.
>
> Hi Chandler,
>
> The added test cases are broken on ARM bots, logs are available at:
>
> http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-full-sh/builds/464
>
> Thanks
> Yvan
>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D48349
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180705/4e4d97dc/attachment.html>


More information about the llvm-commits mailing list