Fix modules build post-r235612.

llvm-svn: 235666
This commit is contained in:
Richard Smith 2015-04-23 23:22:26 +00:00
parent 4dc8fcc224
commit ef68056521
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,11 @@ module LLVM_Backend {
module LLVM_Bitcode { requires cplusplus umbrella "Bitcode" module * { export * } }
module LLVM_Config { requires cplusplus umbrella "Config" module * { export * } }
module LLVM_DebugInfo {
requires cplusplus
module DIContext { header "DebugInfo/DIContext.h" export * }
}
module LLVM_DebugInfo_DWARF {
requires cplusplus