[llvm] r276669 - Add a modulemap for LLVMDebugInfoMsf.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 11:19:00 PDT 2016
Author: zturner
Date: Mon Jul 25 13:18:59 2016
New Revision: 276669
URL: http://llvm.org/viewvc/llvm-project?rev=276669&view=rev
Log:
Add a modulemap for LLVMDebugInfoMsf.
Differential Revision: https://reviews.llvm.org/D22769
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=276669&r1=276668&r2=276669&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Mon Jul 25 13:18:59 2016
@@ -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
More information about the llvm-commits
mailing list