Fix modules build post-r235612.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 23 Apr 2015 23:22:26 +0000 (23:22 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 23 Apr 2015 23:22:26 +0000 (23:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235666 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/module.modulemap

index dc6e136703445063c07cd5201c11e895baa359e3..163cbc3df8651ff0840324b2e74b60c92606136e 100644 (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