From bf154dd27f212caea506d13ba425854c016bea7c Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Wed, 31 May 2017 01:08:43 +0000 Subject: [PATCH] Fix CodeView-related modules build failures post-r304248 llvm-svn: 304264 --- llvm/include/llvm/module.modulemap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index 5e15e8d49802..e0780885d159 100644 --- a/llvm/include/llvm/module.modulemap +++ b/llvm/include/llvm/module.modulemap @@ -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 {