<p dir="ltr">Are you building LLDB?  Im guessing that is where the failure is</p>
<div class="gmail_quote">On Feb 12, 2016 7:42 PM, "Krzysztof Parzyszek via llvm-dev" <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It works for me:<br>
<br>
------ Build started: Project: LLVMHexagonCodeGen, Configuration: RelWithDebInfo Win32 ------<br>
cl : Command line warning D9002: ignoring unknown option '/Zc:inline'<br>
  HexagonFrameLowering.cpp<br>
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========<br>
<br>
<br>
Here's the info from the "about" window:<br>
<br>
  Microsoft Visual Studio Professional 2013<br>
  Version 12.0.21005.1 REL<br>
  Microsoft .NET Framework<br>
  Version 4.6.01055<br>
<br>
  Installed Version: Professional<br>
<br>
<br>
Here's what it showed during cmake:<br>
<br>
c:\"Program Files (x86)"\CMake\bin\cmake -G "Visual Studio 12" /m -DLLVM_TARGETS_TO_BUILD:STRING=All" "-DLLVM_BUILD_RUNTIME:BOOL=OFF" "-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY:BOOL=ON" "-DLIBCLANG_BUILD_STATIC=ON" "-DLLVM_USE_MC_TOOLS:STRING=yes" "-DLLVM_ENABLE_PIC:BOOL=ON" "-DLLVM_ENABLE_ASSERTIONS:BOOL=ON" "-DWITH_POLLY:BOOL=OFF" "-DLLVM_BUILD_RUNTIME:BOOL=OFF" "-DCMAKE_BUILD_TYPE=RelWithDebInfo" "..\llvm\<a href="http://llvm.org" rel="noreferrer" target="_blank">llvm.org</a>"<br>
-- Building for: Visual Studio 12 2013<br>
-- The C compiler identification is MSVC 18.0.21005.1<br>
-- The CXX compiler identification is MSVC 18.0.21005.1<br>
<br>
<br>
-Krzysztof<br>
<br>
<br>
<br>
On 2/12/2016 9:16 PM, Krzysztof Parzyszek via llvm-dev wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'll try it locally, but in the meantime, could you send me the<br>
preprocessed file from your build?<br>
<br>
-Krzysztof<br>
<br>
On 2/12/2016 8:40 PM, Siva Chandra wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
I suspect that r260758 by <a href="mailto:kparzysz@codeaurora.org" target="_blank">kparzysz@codeaurora.org</a> broke build the<br>
windows bots which are using Visual Studio 2013 or lower. This doc<br>
here specifies that the minimum version required is VS-2013:<br>
<br>
<a href="http://llvm.org/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library" rel="noreferrer" target="_blank">http://llvm.org/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library</a><br>
<br>
<br>
I do see that the bots running VS-2014 or higher are green.<br>
<br>
Can we either revert the said commit or fix it?<br>
<br>
I work on LLDB and our windows bot is red with build step failing:<br>
<a href="http://lab.llvm.org:8011/builders/lldb-windows7-android" rel="noreferrer" target="_blank">http://lab.llvm.org:8011/builders/lldb-windows7-android</a><br>
<br>
Thank you,<br>
Siva Chandra<br>
<br>
</blockquote>
<br>
<br>
</blockquote>
<br>
<br>
-- <br>
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>