Update modulemap for Msf -> MSF rename.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 30 Jul 2016 12:05:17 +0000 (12:05 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 30 Jul 2016 12:05:17 +0000 (12:05 +0000)
llvm-svn: 277267

llvm/include/llvm/module.modulemap

index 4a30f75..12e1f07 100644 (file)
@@ -84,10 +84,10 @@ module LLVM_DebugInfo_PDB_DIA {
   module * { export * }
 }
 
-module LLVM_DebugInfo_Msf {
+module LLVM_DebugInfo_MSF {
   requires cplusplus
-  
-  umbrella "DebugInfo/Msf"
+
+  umbrella "DebugInfo/MSF"
   module * { export * }
 }