diff options
author | Vedant Kumar <vsk@apple.com> | 2017-05-31 01:08:43 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2017-05-31 01:08:43 +0000 |
commit | bf154dd27f212caea506d13ba425854c016bea7c (patch) | |
tree | e7a9ea28bd95218fdd01c2c8c354acbc729e56ce /llvm | |
parent | 083342bd345733b9379dd40ea16f50a05d0ee57a (diff) | |
download | bcm5719-llvm-bf154dd27f212caea506d13ba425854c016bea7c.tar.gz bcm5719-llvm-bf154dd27f212caea506d13ba425854c016bea7c.zip |
Fix CodeView-related modules build failures post-r304248
llvm-svn: 304264
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/module.modulemap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index 5e15e8d4980..e0780885d15 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 { |