1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

[modules] Update module map workaround to cope with the problematic file having

been relocated.

llvm-svn: 215139
This commit is contained in:
Richard Smith 2014-08-07 20:27:08 +00:00
parent a2fc44e3d8
commit d107b67e15

View File

@ -109,7 +109,7 @@ module LLVM_MC {
module * { export * } module * { export * }
// FIXME: Excluded due to mislayering. // FIXME: Excluded due to mislayering.
exclude header "MC/MCObjectSymbolizer.h" exclude header "MC/MCAnalysis/MCObjectSymbolizer.h"
// Exclude this; it's fundamentally non-modular. // Exclude this; it's fundamentally non-modular.
exclude header "MC/MCTargetOptionsCommandFlags.h" exclude header "MC/MCTargetOptionsCommandFlags.h"
@ -120,7 +120,7 @@ module LLVM_Object {
umbrella "Object" umbrella "Object"
module * { export * } 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 * } } module LLVM_Option { requires cplusplus umbrella "Option" module * { export * } }