[llvm] a98b126 - Add BinaryFormat/ELFRelocs/CSKY.def to LLVM modulemap
Raphael Isemann via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 7 01:14:48 PDT 2020
Author: Raphael Isemann
Date: 2020-09-07T10:14:22+02:00
New Revision: a98b126696ef8edc42d193d2e03048cd0d61ebc2
URL: https://github.com/llvm/llvm-project/commit/a98b126696ef8edc42d193d2e03048cd0d61ebc2
DIFF: https://github.com/llvm/llvm-project/commit/a98b126696ef8edc42d193d2e03048cd0d61ebc2.diff
LOG: Add BinaryFormat/ELFRelocs/CSKY.def to LLVM modulemap
Added:
Modified:
llvm/include/llvm/module.modulemap
Removed:
################################################################################
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index 22959c62fc81..b1d0a703850b 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -65,6 +65,7 @@ module LLVM_BinaryFormat {
textual header "BinaryFormat/ELFRelocs/ARC.def"
textual header "BinaryFormat/ELFRelocs/AVR.def"
textual header "BinaryFormat/ELFRelocs/BPF.def"
+ textual header "BinaryFormat/ELFRelocs/CSKY.def"
textual header "BinaryFormat/ELFRelocs/Hexagon.def"
textual header "BinaryFormat/ELFRelocs/i386.def"
textual header "BinaryFormat/ELFRelocs/Lanai.def"
More information about the llvm-commits
mailing list