From: Alex Bradbury Date: Tue, 1 Nov 2016 19:31:30 +0000 (+0000) Subject: [RISCV] Add RISCV.def to module.modulemap X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0101912a7b8b99df67ddaafce7755d62185a3cf;p=llvm [RISCV] Add RISCV.def to module.modulemap git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285730 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index c0f661b1558..448a7e51a69 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -262,6 +262,7 @@ module LLVM_Utils { textual header "Support/ELFRelocs/Mips.def" textual header "Support/ELFRelocs/PowerPC64.def" textual header "Support/ELFRelocs/PowerPC.def" + textual header "Support/ELFRelocs/RISCV.def" textual header "Support/ELFRelocs/Sparc.def" textual header "Support/ELFRelocs/SystemZ.def" textual header "Support/ELFRelocs/x86_64.def"