[clang] [llvm] [clang][MBD] set up module build daemon infrastructure (PR #67562)

Connor Sughrue via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 21 20:28:21 PDT 2024


================
@@ -264,6 +264,26 @@ def err_test_module_file_extension_version : Error<
   "test module file extension '%0' has different version (%1.%2) than expected "
   "(%3.%4)">;
 
+// Module Build Daemon
----------------
cpsughrue wrote:

I don't think that's a bad idea. There are currently only 6 options in the `ModuleBuildDaemon` group so for now I'd vote to keep them a part of `DiagnositcFrontendKinds.td` but in subsequent PRs if the number increases, I can pull them out to there own `.td` file

https://github.com/llvm/llvm-project/pull/67562


More information about the cfe-commits mailing list