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

Chandler Carruth chandlerc at gmail.com
Mon Mar 3 13:26:03 PST 2014


Adding Chad in case he knows something...


On Mon, Mar 3, 2014 at 1:24 PM, Reid Kleckner <rnk at google.com> wrote:

> 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.
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140303/c429d13a/attachment.html>


More information about the llvm-commits mailing list