[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:20:55 PDT 2023
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 with backoff strategy when checking if the daemon has finished initializing
- In daemon response to REGISTER, added updated cc1 command line, which replaces the clang invocation argv
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/Basic/DiagnosticGroups.td
clang/include/clang/Driver/Options.td
clang/include/clang/Frontend/FrontendOptions.h
clang/include/clang/Tooling/ModuleBuildDaemon/Protocol.h
clang/include/clang/Tooling/ModuleBuildDaemon/SocketMsgSupport.h
clang/include/clang/Tooling/ModuleBuildDaemon/SocketSupport.h
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Tooling/CMakeLists.txt
clang/lib/Tooling/ModuleBuildDaemon/CMakeLists.txt
clang/lib/Tooling/ModuleBuildDaemon/Protocol.cpp
clang/lib/Tooling/ModuleBuildDaemon/SocketMsgSupport.cpp
clang/lib/Tooling/ModuleBuildDaemon/SocketSupport.cpp
clang/test/Driver/unknown-arg.c
clang/tools/driver/CMakeLists.txt
clang/tools/driver/cc1_main.cpp
clang/tools/driver/cc1modbuildd_main.cpp
clang/tools/driver/driver.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158496.554582.patch
Type: text/x-patch
Size: 45543 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230830/2bc8e181/attachment-0001.bin>
More information about the cfe-commits
mailing list