[PATCH] D22769: Define a Module Map for DebugInfo/MSF
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 11:26:32 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL276669: Add a modulemap for LLVMDebugInfoMsf. (authored by zturner).
Changed prior to commit:
https://reviews.llvm.org/D22769?vs=65381&id=65391#toc
Repository:
rL LLVM
https://reviews.llvm.org/D22769
Files:
llvm/trunk/include/llvm/module.modulemap
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22769.65391.patch
Type: text/x-patch
Size: 426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160725/6d9271dd/attachment.bin>
More information about the llvm-commits
mailing list