summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/module.modulemap4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index 3c94883e7d1..382942be64a 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -25,6 +25,7 @@ module LLVM_Backend {
exclude header "CodeGen/LinkAllCodegenComponents.h"
// These are intended for (repeated) textual inclusion.
+ textual header "CodeGen/CommandFlags.def"
textual header "CodeGen/DIEValue.def"
textual header "CodeGen/RuntimeLibcalls.def"
textual header "CodeGen/TargetOpcodes.def"
@@ -228,8 +229,7 @@ module LLVM_MC {
umbrella "MC"
module * { export * }
- // Exclude this; it's fundamentally non-modular.
- exclude header "MC/MCTargetOptionsCommandFlags.h"
+ textual header "MC/MCTargetOptionsCommandFlags.def"
}
// Used by llvm-tblgen
OpenPOWER on IntegriCloud