[llvm] r269438 - Update module map for r269380.

Richard Smith via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 10:27:09 PDT 2016


Author: rsmith
Date: Fri May 13 12:27:08 2016
New Revision: 269438

URL: http://llvm.org/viewvc/llvm-project?rev=269438&view=rev
Log:
Update module map for r269380.

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=269438&r1=269437&r2=269438&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Fri May 13 12:27:08 2016
@@ -196,6 +196,7 @@ module LLVM_Utils {
     // These are intended for textual inclusion.
     textual header "Support/ARMTargetParser.def"
     textual header "Support/Dwarf.def"
+    textual header "Support/MachO.def"
     textual header "Support/ELFRelocs/AArch64.def"
     textual header "Support/ELFRelocs/ARM.def"
     textual header "Support/ELFRelocs/AVR.def"




More information about the llvm-commits mailing list