Revert "Fix -Wnon-virtual-dtor warning introduced in r217982."
[oota-llvm.git] / include / llvm / module.modulemap
index 1790a7242e5b1e7501327325e835f8f183d91ab0..bae6f6da43751a99b30c68cbbf4d988dd1875333 100644 (file)
@@ -112,7 +112,12 @@ module LLVM_MC {
   exclude header "MC/MCTargetOptionsCommandFlags.h"
 }
 
-module LLVM_Object { requires cplusplus umbrella "Object" module * { export * } }
+module LLVM_Object {
+  requires cplusplus
+  umbrella "Object"
+  module * { export * }
+}
+
 module LLVM_Option { requires cplusplus umbrella "Option" module * { export * } }
 module LLVM_TableGen { requires cplusplus umbrella "TableGen" module * { export * } }