Fix modules build post-r235612.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235666 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Richard Smith 2015-04-23 23:22:26 +00:00
parent 100eab89f5
commit 04df402b09

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