From 8cec5c35816d80852bef917ed8a3002fcc5961b0 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Thu, 28 May 2020 09:35:06 -0700 Subject: [PATCH] Make VE.def a textual header --- 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 baab05c..93c30d6 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" -- 2.7.4