]> granicus.if.org Git - llvm/commitdiff
Fix CodeView-related modules build failures post-r304248
authorVedant Kumar <vsk@apple.com>
Wed, 31 May 2017 01:08:43 +0000 (01:08 +0000)
committerVedant Kumar <vsk@apple.com>
Wed, 31 May 2017 01:08:43 +0000 (01:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304264 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/module.modulemap

index 5e15e8d498026ca43d4330475497dd516efa4e3a..e0780885d159ff8f707a24c51a0da1a01710778d 100644 (file)
@@ -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 {