Revert "Fix -Wnon-virtual-dtor warning introduced in r217982."
[oota-llvm.git] / include / llvm / module.modulemap
index eb9a698a3390097288621921dcfe3c1ac3436230..bae6f6da43751a99b30c68cbbf4d988dd1875333 100644 (file)
@@ -108,9 +108,6 @@ module LLVM_MC {
   umbrella "MC"
   module * { export * }
 
-  // FIXME: Excluded due to mislayering.
-  exclude header "MC/MCObjectSymbolizer.h"
-
   // Exclude this; it's fundamentally non-modular.
   exclude header "MC/MCTargetOptionsCommandFlags.h"
 }
@@ -119,8 +116,6 @@ module LLVM_Object {
   requires cplusplus
   umbrella "Object"
   module * { export * }
-
-  module LLVM_MC_MCObjectSymbolizer { header "MC/MCObjectSymbolizer.h" export * }
 }
 
 module LLVM_Option { requires cplusplus umbrella "Option" module * { export * } }