[llvm] 8cec5c3 - Make VE.def a textual header
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Thu May 28 09:35:28 PDT 2020
Author: Adrian Prantl
Date: 2020-05-28T09:35:19-07:00
New Revision: 8cec5c35816d80852bef917ed8a3002fcc5961b0
URL: https://github.com/llvm/llvm-project/commit/8cec5c35816d80852bef917ed8a3002fcc5961b0
DIFF: https://github.com/llvm/llvm-project/commit/8cec5c35816d80852bef917ed8a3002fcc5961b0.diff
LOG: Make VE.def a textual header
Added:
Modified:
llvm/include/llvm/module.modulemap
Removed:
################################################################################
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index baab05c0928c..93c30d6d102e 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -75,6 +75,7 @@ module LLVM_BinaryFormat {
textual header "BinaryFormat/ELFRelocs/RISCV.def"
textual header "BinaryFormat/ELFRelocs/Sparc.def"
textual header "BinaryFormat/ELFRelocs/SystemZ.def"
+ textual header "BinaryFormat/ELFRelocs/VE.def"
textual header "BinaryFormat/ELFRelocs/x86_64.def"
textual header "BinaryFormat/WasmRelocs.def"
textual header "BinaryFormat/MsgPack.def"
More information about the llvm-commits
mailing list