<div dir="ltr">In the future, please use llvm/Support/thread.h:<div><br><div><div>// This header is a wrapper for <thread> that works around problems with the</div><div>// MSVC headers when exceptions are disabled. It also provides llvm::thread,</div><div>// which is either a typedef of std::thread or a replacement that calls the</div><div>// function synchronously depending on the value of LLVM_ENABLE_THREADS.</div></div><div><br></div><div><a href="http://lab.llvm.org:8011/builders/clang-x86-win2008-selfhost/builds/10265/steps/build%20stage%201/logs/stdio">http://lab.llvm.org:8011/builders/clang-x86-win2008-selfhost/builds/10265/steps/build%20stage%201/logs/stdio</a></div><div><br></div><div>I'll see if I can fix it.</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 12, 2016 at 1:45 PM, Lang Hames via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: lhames<br>
Date: Mon Sep 12 15:45:01 2016<br>
New Revision: 281257<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=281257&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project?rev=281257&view=rev</a><br>
Log:<br>
[ORC] Add missing <thread> header to RPCSerialization.h.<br>
<br>
Modified:<br>
llvm/trunk/include/llvm/<wbr>ExecutionEngine/Orc/<wbr>RPCSerialization.h<br>
<br>
Modified: llvm/trunk/include/llvm/<wbr>ExecutionEngine/Orc/<wbr>RPCSerialization.h<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ExecutionEngine/Orc/RPCSerialization.h?rev=281257&r1=281256&r2=281257&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project/llvm/trunk/include/<wbr>llvm/ExecutionEngine/Orc/<wbr>RPCSerialization.h?rev=281257&<wbr>r1=281256&r2=281257&view=diff</a><br>
==============================<wbr>==============================<wbr>==================<br>
--- llvm/trunk/include/llvm/<wbr>ExecutionEngine/Orc/<wbr>RPCSerialization.h (original)<br>
+++ llvm/trunk/include/llvm/<wbr>ExecutionEngine/Orc/<wbr>RPCSerialization.h Mon Sep 12 15:45:01 2016<br>
@@ -12,6 +12,7 @@<br>
<br>
#include "OrcError.h"<br>
#include <sstream><br>
+#include <thread><br>
<br>
namespace llvm {<br>
namespace orc {<br>
<br>
<br>
______________________________<wbr>_________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div>