From 8f1ea710207ccf7d254d07b7e19d20cba0a1c751 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Sat, 16 Jul 2016 01:05:39 +0000 Subject: [PATCH] Fix modules buildbot after r275633. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275657 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/module.modulemap | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index 46287f3c9a5..cc1895011dc 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -257,6 +257,7 @@ module LLVM_Utils { textual header "Support/ELFRelocs/AMDGPU.def" textual header "Support/ELFRelocs/ARM.def" textual header "Support/ELFRelocs/AVR.def" + textual header "Support/ELFRelocs/BPF.def" textual header "Support/ELFRelocs/Hexagon.def" textual header "Support/ELFRelocs/i386.def" textual header "Support/ELFRelocs/Lanai.def" -- 2.40.0