[PATCH] Avoid std::function until PR19030 is fixed

Reid Kleckner rnk at google.com
Mon Mar 3 13:24:04 PST 2014


On Mon, Mar 3, 2014 at 1:00 PM, Chandler Carruth <chandlerc at gmail.com>wrote:

>
>   This looks good.
>
>   Can you also (in a separate patch) make it clear that we expect ToT
> Clang to be able to bootstrap on windows? This should go in the "host
> toolchains" section somewhere. Essentially, we should write down that we do
> expect to develop these two in lock-step.
>
>   Naturally, a bot is next. =]
>

Sure, but we're still having trouble with inline asm in <atomic>:

In file included from ..\tools\clang\lib\Basic\VirtualFileSystem.cpp:20:
In file included from C:/PROGRA~2/MICROS~4.0/VC/include\atomic:19:
C:/PROGRA~2/MICROS~4.0/VC/include\xatomic.h(101,27) :  error: unexpected
token in argument list
                mov ecx, dword ptr _Value[4];

That looks fixable.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140303/6e481b01/attachment.html>


More information about the llvm-commits mailing list