Author: Jonas Devlieghere Date: 2022-01-20T18:28:23-08:00 New Revision: cac164ff9cb671fae7a00d9a3adf1834ebca8bd9
URL: https://github.com/llvm/llvm-project/commit/cac164ff9cb671fae7a00d9a3adf1834ebca8bd9 DIFF: https://github.com/llvm/llvm-project/commit/cac164ff9cb671fae7a00d9a3adf1834ebca8bd9.diff LOG: [lldb] Update the modulemap Added: Modified: lldb/include/lldb/module.modulemap Removed: ################################################################################ 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 * } _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits