<div dir="ltr">Can you apply the following patch:<div><br></div><div><div>d:\src\llvm>git diff</div><div>diff --git a/lib/DebugInfo/PDB/CMakeLists.txt b/lib/DebugInfo/PDB/CMakeLists.txt</div><div>index 1645a95..7a5913c 100644</div><div>--- a/lib/DebugInfo/PDB/CMakeLists.txt</div><div>+++ b/lib/DebugInfo/PDB/CMakeLists.txt</div><div>@@ -4,6 +4,7 @@ macro(add_pdb_impl_folder group)</div><div> endmacro()</div><div><br></div><div> if(HAVE_DIA_SDK)</div><div>+  message("DIA SDK Dir = ${MSVC_DIA_SDK_DIR}")</div><div>   include_directories(${MSVC_DIA_SDK_DIR}/include)</div><div>   set(LIBPDB_LINK_FOLDERS "${MSVC_DIA_SDK_DIR}\\lib")</div><div>   if (CMAKE_SIZEOF_VOID_P EQUAL 8)</div></div><div><br></div><div>then regenerate your CMake.  Whatever directory prints out, browse to it in explorer and you should see include/cvconst.h.  Is it possible you have a corrupt installation or something?</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Dec 9, 2015 at 10:31 AM Russell Wallace <<a href="mailto:russell.wallace@gmail.com">russell.wallace@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Dec 9, 2015 at 5:58 PM, Zachary Turner <span dir="ltr"><<a href="mailto:zturner@google.com" target="_blank">zturner@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_quote"><span></span><div>I'm not sure how the source tarball works, but did you run CMake yourself or does the source tarball come with pre-generated CMake build files?  It's only supposed to compile the DIA stuff if it finds DIA is installed on your machine at CMake gen time.</div></div></div>
</blockquote></div><br></div></div><div dir="ltr"><div class="gmail_extra">I ran CMake myself.<br></div></div>
</blockquote></div>