[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 c06e026076f495f7011d3aba2cafe704b4ce2d1f..3e5a903dc1c6c76554e2c2e4af2c798b15cf7bd1 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 {