[llvm] b1ef247 - add missing textual header
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 13 13:19:34 PST 2021
Author: Adrian Prantl
Date: 2021-12-13T13:19:26-08:00
New Revision: b1ef247d052ddd2d82871e673179b89fdfdae09f
URL: https://github.com/llvm/llvm-project/commit/b1ef247d052ddd2d82871e673179b89fdfdae09f
DIFF: https://github.com/llvm/llvm-project/commit/b1ef247d052ddd2d82871e673179b89fdfdae09f.diff
LOG: add missing textual header
Added:
Modified:
llvm/include/llvm/module.modulemap
Removed:
################################################################################
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index 6cbbb9a4028e..b0f7f2120606 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -354,6 +354,7 @@ module LLVM_ProfileData {
module * { export * }
textual header "ProfileData/InstrProfData.inc"
+ textual header "ProfileData/MemProfData.inc"
}
// FIXME: Mislayered?
More information about the llvm-commits
mailing list