From: NAKAMURA Takumi Date: Sat, 24 Oct 2015 00:25:18 +0000 (+0000) Subject: llvm/module.modulemap: AVR.def should be textual header. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=4a811ae55d89fe1903877010eb6628d7696ed2c5 llvm/module.modulemap: AVR.def should be textual header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251163 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index 7b0b92d18fe..0adce0c9602 100644 --- a/include/llvm/module.modulemap +++ b/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"