Index: llvm/trunk/include/llvm/module.modulemap =================================================================== --- llvm/trunk/include/llvm/module.modulemap +++ llvm/trunk/include/llvm/module.modulemap @@ -84,6 +84,13 @@ module * { export * } } +module LLVM_DebugInfo_Msf { + requires cplusplus + + umbrella "DebugInfo/Msf" + module * { export * } +} + module LLVM_DebugInfo_CodeView { requires cplusplus