Fix CodeView-related modules build failures post-r304248

llvm-svn: 304264
This commit is contained in:
Vedant Kumar 2017-05-31 01:08:43 +00:00
parent 083342bd34
commit bf154dd27f
1 changed files with 2 additions and 2 deletions

View 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 {