From 6df48b34bfc4388a2e0fa011a911504539c5f3d1 Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Wed, 13 Jul 2016 21:27:51 +0000 Subject: [PATCH] Mark the textual headers in the module map for ProfileData Follow on to r275312. llvm-svn: 275319 --- llvm/include/llvm/module.modulemap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index 70fe4c0..46287f3 100644 --- a/llvm/include/llvm/module.modulemap +++ b/llvm/include/llvm/module.modulemap @@ -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 * } } -- 2.7.4