Author: Alex Langford
Date: 2023-03-24T12:42:50-07:00
New Revision: 44650a96a58b1233ed8e192232da05f6f74c6d5d

URL: 
https://github.com/llvm/llvm-project/commit/44650a96a58b1233ed8e192232da05f6f74c6d5d
DIFF: 
https://github.com/llvm/llvm-project/commit/44650a96a58b1233ed8e192232da05f6f74c6d5d.diff

LOG: [lldb] Add header REPL.h to lldb_Expression

As of c5bfa3dafb3e7ccc871734a96b7a9188868d925a, REPL.h no longer has a
private implementation header in it. This TODO and the thing it marks
cdan be removed.

Added: 
    

Modified: 
    lldb/include/lldb/module.modulemap

Removed: 
    


################################################################################
diff  --git a/lldb/include/lldb/module.modulemap 
b/lldb/include/lldb/module.modulemap
index c06e026076f49..3e5a903dc1c6c 100644
--- a/lldb/include/lldb/module.modulemap
+++ b/lldb/include/lldb/module.modulemap
@@ -97,8 +97,6 @@ module lldb_Wrapper {
 
     umbrella "Expression"
     module * { export * }
-    // TODO: This file includes a non-public header.
-    exclude header "Expression/REPL.h"
   }
 
   module lldb_Interpreter {


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to