[llvm] r235666 - Fix modules build post-r235612.

Richard Smith richard-llvm at metafoo.co.uk
Thu Apr 23 16:22:26 PDT 2015


Author: rsmith
Date: Thu Apr 23 18:22:26 2015
New Revision: 235666

URL: http://llvm.org/viewvc/llvm-project?rev=235666&view=rev
Log:
Fix modules build post-r235612.

Modified:
    llvm/trunk/include/llvm/module.modulemap

Modified: llvm/trunk/include/llvm/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=235666&r1=235665&r2=235666&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Thu Apr 23 18:22:26 2015
@@ -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
 





More information about the llvm-commits mailing list