[PATCH] D158496: [WIP][clang][modules] module build daemon initial commit

Connor Sughrue via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 29 23:32:12 PDT 2023


cpsughrue added a comment.

In D158496#4618653 <https://reviews.llvm.org/D158496#4618653>, @dblaikie wrote:

> (probably worth linking to the RFC/etc (https://discourse.llvm.org/t/rfc-modules-build-daemon-build-system-agnostic-support-for-explicitly-built-modules/71524/47) from the patch description/commit message)

I agree



================
Comment at: clang/tools/driver/cc1_main.cpp:49
 #include <cstdio>
+#include <filesystem>
 
----------------
Can be removed


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158496/new/

https://reviews.llvm.org/D158496



More information about the cfe-commits mailing list