From d18bf91e7997d1e1f8838ae0a93ceac80e9aad99 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. llvm-svn: 273112 --- 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"