Object, COFF: Clean up formatting in hasExtendedRelocations
[oota-llvm.git] / include / llvm / module.modulemap
index eb9a698a3390097288621921dcfe3c1ac3436230..46f6e40041edeb84692e0bbd43d266f6ee92a557 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 * } }
@@ -157,9 +152,6 @@ module LLVM_Utils {
     // Exclude this; it's only included on AIX and fundamentally non-modular.
     exclude header "Support/AIXDataTypesFix.h"
 
-    // Exclude this; it's fundamentally non-modular.
-    exclude header "Support/Debug.h"
-
     // Exclude this; it's fundamentally non-modular.
     exclude header "Support/PluginLoader.h"