From: Vassil Vassilev Date: Sun, 19 Jun 2016 15:31:12 +0000 (+0000) Subject: Add the corresponding modulemap entry, following up r273066. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da8a463f865fa90b3132d66c71c6b21548f457bf;p=llvm 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 --- 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"