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

2023-08-29 Thread Connor Sughrue via Phabricator via cfe-commits
cpsughrue added a comment. In 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 desc

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

2023-08-29 Thread Connor Sughrue via Phabricator via cfe-commits
cpsughrue updated this revision to Diff 554583. cpsughrue added a comment. Remove unnecessary header files CHANGES SINCE LAST ACTION https://reviews.llvm.org/D158496/new/ https://reviews.llvm.org/D158496 Files: clang/include/clang/Basic/DiagnosticFrontendKinds.td clang/include/clang/Basi

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

2023-08-29 Thread Connor Sughrue via Phabricator via cfe-commits
cpsughrue updated this revision to Diff 554582. cpsughrue edited the summary of this revision. cpsughrue added a comment. Addressed feedback: - Renamed ub_outs() to unbuff_outs() - Fixed spelling errors - Added daemon response to handshake request from clang invocation - Replaced 10 sec sleep wit

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

2023-08-25 Thread David Blaikie via Phabricator via cfe-commits
dblaikie added a comment. (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) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTI

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

2023-08-22 Thread Connor Sughrue via Phabricator via cfe-commits
cpsughrue created this revision. cpsughrue added reviewers: jansvoboda11, Bigcheese. Herald added a project: All. cpsughrue requested review of this revision. Herald added subscribers: cfe-commits, MaskRay. Herald added a project: clang. Initial commit for module build daemon. The title will be up