[llvm] r247359 - [modules] Add another .def file to our list of textual headers.

Richard Smith via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 16:30:27 PDT 2015


Author: rsmith
Date: Thu Sep 10 18:30:27 2015
New Revision: 247359

URL: http://llvm.org/viewvc/llvm-project?rev=247359&view=rev
Log:
[modules] Add another .def file to our list of textual headers.

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=247359&r1=247358&r2=247359&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Thu Sep 10 18:30:27 2015
@@ -198,6 +198,7 @@ module LLVM_Utils {
     exclude header "Support/TargetRegistry.h"
 
     // These are intended for textual inclusion.
+    textual header "Support/ARMTargetParser.def"
     textual header "Support/Dwarf.def"
     textual header "Support/ELFRelocs/AArch64.def"
     textual header "Support/ELFRelocs/ARM.def"




More information about the llvm-commits mailing list