diff options
-rw-r--r-- | llvm/include/llvm/module.modulemap | 2 |
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 * } } |