[llvm] r304264 - Fix CodeView-related modules build failures post-r304248

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 18:14:32 PDT 2017


Yes, looks like the right fix.  Sorry about that.

On Tue, May 30, 2017 at 6:09 PM Vedant Kumar via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: vedantk
> Date: Tue May 30 20:08:43 2017
> New Revision: 304264
>
> URL: http://llvm.org/viewvc/llvm-project?rev=304264&view=rev
> Log:
> Fix CodeView-related modules build failures post-r304248
>
> Modified:
>     llvm/trunk/include/llvm/module.modulemap
>
> Modified: llvm/trunk/include/llvm/module.modulemap
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=304264&r1=304263&r2=304264&view=diff
>
> ==============================================================================
> --- llvm/trunk/include/llvm/module.modulemap (original)
> +++ llvm/trunk/include/llvm/module.modulemap Tue May 30 20:08:43 2017
> @@ -95,8 +95,8 @@ module LLVM_DebugInfo_CodeView {
>    module * { export * }
>
>    // These are intended for (repeated) textual inclusion.
> -  textual header "DebugInfo/CodeView/TypeRecords.def"
> -  textual header "DebugInfo/CodeView/CVSymbolTypes.def"
> +  textual header "DebugInfo/CodeView/CodeViewTypes.def"
> +  textual header "DebugInfo/CodeView/CodeViewSymbols.def"
>  }
>
>  module LLVM_ExecutionEngine {
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170531/fbaa3b30/attachment.html>


More information about the llvm-commits mailing list