projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29a5c3c
)
[lldb] Add header REPL.h to lldb_Expression
author
Alex Langford
<alangford@apple.com>
Fri, 24 Mar 2023 19:38:50 +0000
(12:38 -0700)
committer
Alex Langford
<alangford@apple.com>
Fri, 24 Mar 2023 19:42:50 +0000
(12:42 -0700)
As of
c5bfa3dafb3e7ccc871734a96b7a9188868d925a
, REPL.h no longer has a
private implementation header in it. This TODO and the thing it marks
cdan be removed.
lldb/include/lldb/module.modulemap
patch
|
blob
|
history
diff --git
a/lldb/include/lldb/module.modulemap
b/lldb/include/lldb/module.modulemap
index
c06e026
..
3e5a903
100644
(file)
--- 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 {