[llvm] r270902 - Add new .def file to module map.

Richard Smith via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 13:13:50 PDT 2016


Author: rsmith
Date: Thu May 26 15:13:50 2016
New Revision: 270902

URL: http://llvm.org/viewvc/llvm-project?rev=270902&view=rev
Log:
Add new .def file to module map.

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=270902&r1=270901&r2=270902&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Thu May 26 15:13:50 2016
@@ -195,6 +195,7 @@ module LLVM_Utils {
 
     // These are intended for textual inclusion.
     textual header "Support/ARMTargetParser.def"
+    textual header "Support/AArch64TargetParser.def"
     textual header "Support/Dwarf.def"
     textual header "Support/MachO.def"
     textual header "Support/ELFRelocs/AArch64.def"




More information about the llvm-commits mailing list