[modules] Update module map workaround to cope with the problematic file having
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 7 Aug 2014 20:27:08 +0000 (20:27 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 7 Aug 2014 20:27:08 +0000 (20:27 +0000)
been relocated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215139 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/module.modulemap

index eb9a698a3390097288621921dcfe3c1ac3436230..4108c2e7e5ff66cf2cca4ee14e06b3af06d88842 100644 (file)
@@ -109,7 +109,7 @@ module LLVM_MC {
   module * { export * }
 
   // FIXME: Excluded due to mislayering.
-  exclude header "MC/MCObjectSymbolizer.h"
+  exclude header "MC/MCAnalysis/MCObjectSymbolizer.h"
 
   // Exclude this; it's fundamentally non-modular.
   exclude header "MC/MCTargetOptionsCommandFlags.h"
@@ -120,7 +120,7 @@ module LLVM_Object {
   umbrella "Object"
   module * { export * }
 
-  module LLVM_MC_MCObjectSymbolizer { header "MC/MCObjectSymbolizer.h" export * }
+  module LLVM_MC_MCAnalysis_MCObjectSymbolizer { header "MC/MCAnalysis/MCObjectSymbolizer.h" export * }
 }
 
 module LLVM_Option { requires cplusplus umbrella "Option" module * { export * } }