[lldb] Add header REPL.h to lldb_Expression
authorAlex Langford <alangford@apple.com>
Fri, 24 Mar 2023 19:38:50 +0000 (12:38 -0700)
committerAlex 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

index c06e026..3e5a903 100644 (file)
@@ -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 {