[llvm] r304264 - Fix CodeView-related modules build failures post-r304248
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Tue May 30 18:08:43 PDT 2017
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 {
More information about the llvm-commits
mailing list