From da8a463f865fa90b3132d66c71c6b21548f457bf Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Sun, 19 Jun 2016 15:31:12 +0000 Subject: [PATCH] Add the corresponding modulemap entry, following up r273066. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273112 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 9460a1be329..b9d2372e445 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -197,6 +197,7 @@ module LLVM_Utils { textual header "Support/Dwarf.def" textual header "Support/MachO.def" textual header "Support/ELFRelocs/AArch64.def" + textual header "Support/ELFRelocs/AMDGPU.def" textual header "Support/ELFRelocs/ARM.def" textual header "Support/ELFRelocs/AVR.def" textual header "Support/ELFRelocs/Hexagon.def" -- 2.50.1