summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2016-07-13 21:27:51 +0000
committerTeresa Johnson <tejohnson@google.com>2016-07-13 21:27:51 +0000
commit6df48b34bfc4388a2e0fa011a911504539c5f3d1 (patch)
treefe9c5c1ac232697c5e8bec21aa461bcc6f1f0824
parent02c3979e226d8d5782e2ea2b6b5d9a1010854181 (diff)
downloadbcm5719-llvm-6df48b34bfc4388a2e0fa011a911504539c5f3d1.tar.gz
bcm5719-llvm-6df48b34bfc4388a2e0fa011a911504539c5f3d1.zip
Mark the textual headers in the module map for ProfileData
Follow on to r275312. llvm-svn: 275319
-rw-r--r--llvm/include/llvm/module.modulemap2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index 70fe4c0c36e..46287f3c9a5 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 * } }
OpenPOWER on IntegriCloud