From 96cb6bfa274e1284ad3c17d2b0adfcbba5234d3d Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 30 Jul 2016 12:05:17 +0000 Subject: [PATCH] Update modulemap for Msf -> MSF rename. llvm-svn: 277267 --- llvm/include/llvm/module.modulemap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index 4a30f75..12e1f07 100644 --- a/llvm/include/llvm/module.modulemap +++ b/llvm/include/llvm/module.modulemap @@ -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 * } } -- 2.7.4