[llvm] r273112 - Add the corresponding modulemap entry, following up r273066.

Vassil Vassilev via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 19 08:31:12 PDT 2016


Author: vvassilev
Date: Sun Jun 19 10:31:12 2016
New Revision: 273112

URL: http://llvm.org/viewvc/llvm-project?rev=273112&view=rev
Log:
Add the corresponding modulemap entry, following up r273066.

Modified:
    llvm/trunk/include/llvm/module.modulemap

Modified: llvm/trunk/include/llvm/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=273112&r1=273111&r2=273112&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Sun Jun 19 10:31:12 2016
@@ -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"




More information about the llvm-commits mailing list