[llvm] r285730 - [RISCV] Add RISCV.def to module.modulemap

Alex Bradbury via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 12:31:30 PDT 2016


Author: asb
Date: Tue Nov  1 14:31:30 2016
New Revision: 285730

URL: http://llvm.org/viewvc/llvm-project?rev=285730&view=rev
Log:
[RISCV] Add RISCV.def to module.modulemap

Modified:
    llvm/trunk/include/llvm/module.modulemap

Modified: llvm/trunk/include/llvm/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=285730&r1=285729&r2=285730&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Tue Nov  1 14:31:30 2016
@@ -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"




More information about the llvm-commits mailing list