diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index 7b0b92d18feb..0adce0c9602d 100644 --- a/llvm/include/llvm/module.modulemap +++ b/llvm/include/llvm/module.modulemap @@ -198,6 +198,7 @@ module LLVM_Utils { textual header "Support/Dwarf.def" textual header "Support/ELFRelocs/AArch64.def" textual header "Support/ELFRelocs/ARM.def" + textual header "Support/ELFRelocs/AVR.def" textual header "Support/ELFRelocs/Hexagon.def" textual header "Support/ELFRelocs/i386.def" textual header "Support/ELFRelocs/Mips.def"