[Lldb-commits] [lldb] 44650a9 - [lldb] Add header REPL.h to lldb_Expression
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 24 12:42:57 PDT 2023
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 {
More information about the lldb-commits
mailing list