================
@@ -94,6 +94,7 @@ TYPE("lto-bc",                   LTO_BC,       INVALID,       
  "o",      phases
 TYPE("ast",                      AST,          INVALID,         "ast",    
phases::Compile, phases::Backend, phases::Assemble, phases::Link)
 TYPE("ifs",                      IFS,          INVALID,         "ifs",    
phases::IfsMerge)
 TYPE("ifs-cpp",                  IFS_CPP,      INVALID,         "ifs",    
phases::Compile, phases::IfsMerge)
+TYPE("tbd",                      TextAPI,      INVALID,         "tbd",    
phases::Compile)
----------------
ributzka wrote:

I think `phases::Precompile` should be sufficient to walk the AST and record 
all the API information.

https://github.com/llvm/llvm-project/pull/81571
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to