diff options
-rw-r--r-- | lldb/include/lldb/module.modulemap | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/include/lldb/module.modulemap b/lldb/include/lldb/module.modulemap index 66d2c3b3205..e040df8f913 100644 --- a/lldb/include/lldb/module.modulemap +++ b/lldb/include/lldb/module.modulemap @@ -2,6 +2,8 @@ module lldb_API { requires cplusplus + textual header "Utility/ReproducerInstrumentation.h" + umbrella "API" module * { export * } } @@ -136,5 +138,4 @@ module lldb_Utility { module lldb_public { header "lldb-public.h" export * } module lldb_types { header "lldb-types.h" export * } module lldb_versioning { header "lldb-versioning.h" export * } - } |