<div dir="ltr">Yes, looks like the right fix.  Sorry about that.</div><br><div class="gmail_quote"><div dir="ltr">On Tue, May 30, 2017 at 6:09 PM Vedant Kumar via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: vedantk<br>
Date: Tue May 30 20:08:43 2017<br>
New Revision: 304264<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=304264&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=304264&view=rev</a><br>
Log:<br>
Fix CodeView-related modules build failures post-r304248<br>
<br>
Modified:<br>
    llvm/trunk/include/llvm/module.modulemap<br>
<br>
Modified: llvm/trunk/include/llvm/module.modulemap<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=304264&r1=304263&r2=304264&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=304264&r1=304263&r2=304264&view=diff</a><br>
==============================================================================<br>
--- llvm/trunk/include/llvm/module.modulemap (original)<br>
+++ llvm/trunk/include/llvm/module.modulemap Tue May 30 20:08:43 2017<br>
@@ -95,8 +95,8 @@ module LLVM_DebugInfo_CodeView {<br>
   module * { export * }<br>
<br>
   // These are intended for (repeated) textual inclusion.<br>
-  textual header "DebugInfo/CodeView/TypeRecords.def"<br>
-  textual header "DebugInfo/CodeView/CVSymbolTypes.def"<br>
+  textual header "DebugInfo/CodeView/CodeViewTypes.def"<br>
+  textual header "DebugInfo/CodeView/CodeViewSymbols.def"<br>
 }<br>
<br>
 module LLVM_ExecutionEngine {<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">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/mailman/listinfo/llvm-commits</a><br>
</blockquote></div>