From 704d066db6d1cb8afce16b47c4a37f349ddeb569 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Mon, 25 Jul 2016 18:18:59 +0000 Subject: [PATCH] Add a modulemap for LLVMDebugInfoMsf. Differential Revision: https://reviews.llvm.org/D22769 llvm-svn: 276669 --- include/llvm/module.modulemap | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index cc1895011dc..4a30f752c8b 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -84,6 +84,13 @@ module LLVM_DebugInfo_PDB_DIA { module * { export * } } +module LLVM_DebugInfo_Msf { + requires cplusplus + + umbrella "DebugInfo/Msf" + module * { export * } +} + module LLVM_DebugInfo_CodeView { requires cplusplus