Fix CodeView-related modules build failures post-r304248
llvm-svn: 304264
This commit is contained in:
parent
083342bd34
commit
bf154dd27f
|
|
@ -95,8 +95,8 @@ module LLVM_DebugInfo_CodeView {
|
||||||
module * { export * }
|
module * { export * }
|
||||||
|
|
||||||
// These are intended for (repeated) textual inclusion.
|
// These are intended for (repeated) textual inclusion.
|
||||||
textual header "DebugInfo/CodeView/TypeRecords.def"
|
textual header "DebugInfo/CodeView/CodeViewTypes.def"
|
||||||
textual header "DebugInfo/CodeView/CVSymbolTypes.def"
|
textual header "DebugInfo/CodeView/CodeViewSymbols.def"
|
||||||
}
|
}
|
||||||
|
|
||||||
module LLVM_ExecutionEngine {
|
module LLVM_ExecutionEngine {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue