================
@@ -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)
+TYPE("c++-std-module-output", PP_CXXStdModule, INVALID, "iim",
phases::Precompile)
----------------
ChuanqiXu9 wrote:
Is this necessary? It breaks existing convention that we check the different
kind of file by different flie extension name
https://github.com/llvm/llvm-project/pull/199289
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits