From cac164ff9cb671fae7a00d9a3adf1834ebca8bd9 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 20 Jan 2022 18:28:17 -0800 Subject: [PATCH] [lldb] Update the modulemap --- lldb/include/lldb/module.modulemap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/include/lldb/module.modulemap b/lldb/include/lldb/module.modulemap index c0d467a6505e..303d6b15e808 100644 --- a/lldb/include/lldb/module.modulemap +++ b/lldb/include/lldb/module.modulemap @@ -2,7 +2,7 @@ module lldb_API { requires cplusplus - textual header "Utility/ReproducerInstrumentation.h" + textual header "Utility/Instrumentation.h" umbrella "API" module * { export * }