From 0b02945c9808f00c5954832bf300531f0427ad63 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 llvm-svn: 285730 --- llvm/include/llvm/module.modulemap | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index c0f661b..448a7e5 100644 --- a/llvm/include/llvm/module.modulemap +++ b/llvm/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.7.4