Update modulemap for Msf -> MSF rename.

llvm-svn: 277267
This commit is contained in:
Benjamin Kramer 2016-07-30 12:05:17 +00:00
parent 205159c628
commit 96cb6bfa27

View 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 * }
}