From e0101912a7b8b99df67ddaafce7755d62185a3cf Mon Sep 17 00:00:00 2001 From: Alex Bradbury Date: Tue, 1 Nov 2016 19:31:30 +0000 Subject: [PATCH] [RISCV] Add RISCV.def to module.modulemap git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285730 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/module.modulemap | 1 + 1 file changed, 1 insertion(+) 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" -- 2.40.0