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

Michael Spencer via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 27 14:20:53 PDT 2023


================
@@ -0,0 +1,18 @@
+// Check that clang invocation can spawn and handshake with module build daemon
----------------
Bigcheese wrote:

This test should also check that clang can connect to an existing MBD without spawning a new one.

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


More information about the cfe-commits mailing list