[llvm] r275319 - Mark the textual headers in the module map for ProfileData

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 14:27:51 PDT 2016


Author: tejohnson
Date: Wed Jul 13 16:27:51 2016
New Revision: 275319

URL: http://llvm.org/viewvc/llvm-project?rev=275319&view=rev
Log:
Mark the textual headers in the module map for ProfileData

Follow on to r275312.

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=275319&r1=275318&r2=275319&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Wed Jul 13 16:27:51 2016
@@ -208,6 +208,8 @@ module LLVM_ProfileData {
 
   umbrella "ProfileData"
   module * { export * }
+
+  textual header "ProfileData/InstrProfData.inc"
 }
 
 module LLVM_TableGen { requires cplusplus umbrella "TableGen" module * { export * } }




More information about the llvm-commits mailing list