diff options
| -rw-r--r-- | llvm/include/llvm/module.modulemap | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index 12e1f07bd72..c0f661b1558 100644 --- a/llvm/include/llvm/module.modulemap +++ b/llvm/include/llvm/module.modulemap @@ -18,9 +18,6 @@ module LLVM_Backend { umbrella "CodeGen" module * { export * } - // FIXME: Why is this excluded? - exclude header "CodeGen/MachineValueType.h" - // Exclude these; they're intended to be included into only a single // translation unit (or none) and aren't part of this module. exclude header "CodeGen/CommandFlags.h" @@ -225,9 +222,6 @@ module LLVM_Transforms { requires cplusplus umbrella "Transforms" module * { export * } - - // FIXME: Excluded because it does bad things with the legacy pass manager. - exclude header "Transforms/IPO/PassManagerBuilder.h" } // A module covering ADT/ and Support/. These are intertwined and @@ -252,9 +246,6 @@ module LLVM_Utils { // Exclude this; it's fundamentally non-modular. exclude header "Support/PluginLoader.h" - // FIXME: Mislayered? - exclude header "Support/TargetRegistry.h" - // These are intended for textual inclusion. textual header "Support/ARMTargetParser.def" textual header "Support/AArch64TargetParser.def" |

