[Lldb-commits] [lldb] cac164f - [lldb] Update the modulemap

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 20 18:28:28 PST 2022


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 * }


        


More information about the lldb-commits mailing list