================
@@ -73,6 +73,8 @@ TYPE("objective-c++-header-cpp-output", PP_ObjCXXHeader,
INVALID,"mii", phases
TYPE("objective-c++-header", ObjCXXHeader, PP_ObjCXXHeader, "h",
phases::Preprocess, phases::Precompile)
TYPE("c++-module", CXXModule, PP_CXXModule, "cppm",
phases::Preprocess, phases::Precompile, phases::Compile, phases::Backend,
phases::Assemble, phases::Link)
TYPE("c++-module-cpp-output", PP_CXXModule, INVALID, "iim",
phases::Precompile, phases::Compile, phases::Backend, phases::Assemble,
phases::Link)
+TYPE("c++-std-module", CXXStdModule, PP_CXXStdModule, "cppm",
phases::Preprocess, phases::Precompile)
----------------
naveen-seth wrote:
Added. And thank you for reviewing this! :)
https://github.com/llvm/llvm-project/pull/199289
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits