[clang] [WIP][clang][MBD] Initial implementation of module build daemon (PR #68498)

2024-08-15 Thread Connor Sughrue via cfe-commits
https://github.com/cpsughrue updated https://github.com/llvm/llvm-project/pull/68498 >From 9fe97509277fbce0333c454bb4e2619fed04b189 Mon Sep 17 00:00:00 2001 From: cpsughrue Date: Sun, 9 Jul 2023 23:19:58 -0400 Subject: [PATCH 1/5] [WIP][clang][MBD] module build daemon --- clang/include/clang/

[clang] [WIP][clang][MBD] Initial implementation of module build daemon (PR #68498)

2024-08-15 Thread Connor Sughrue via cfe-commits
https://github.com/cpsughrue updated https://github.com/llvm/llvm-project/pull/68498 >From 9fe97509277fbce0333c454bb4e2619fed04b189 Mon Sep 17 00:00:00 2001 From: cpsughrue Date: Sun, 9 Jul 2023 23:19:58 -0400 Subject: [PATCH 1/4] [WIP][clang][MBD] module build daemon --- clang/include/clang/

[clang] [WIP][clang][MBD] Initial implementation of module build daemon (PR #68498)

2024-08-15 Thread Connor Sughrue via cfe-commits
https://github.com/cpsughrue updated https://github.com/llvm/llvm-project/pull/68498 >From 9fe97509277fbce0333c454bb4e2619fed04b189 Mon Sep 17 00:00:00 2001 From: cpsughrue Date: Sun, 9 Jul 2023 23:19:58 -0400 Subject: [PATCH 1/3] [WIP][clang][MBD] module build daemon --- clang/include/clang/

[clang] [WIP][clang][MBD] Initial implementation of module build daemon (PR #68498)

2024-08-15 Thread via cfe-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff f71b63865140cf3c286baf3a77ba3e467f929504 f1689d64f185f9b00efd030e34b04eddf8242f96 --e

[clang] [WIP][clang][MBD] Initial implementation of module build daemon (PR #68498)

2024-08-15 Thread Connor Sughrue via cfe-commits
https://github.com/cpsughrue updated https://github.com/llvm/llvm-project/pull/68498 >From 9fe97509277fbce0333c454bb4e2619fed04b189 Mon Sep 17 00:00:00 2001 From: cpsughrue Date: Sun, 9 Jul 2023 23:19:58 -0400 Subject: [PATCH 1/2] [WIP][clang][MBD] module build daemon --- clang/include/clang/

[clang] [WIP][clang][MBD] Initial implementation of module build daemon (PR #68498)

2023-10-07 Thread Connor Sughrue via cfe-commits
https://github.com/cpsughrue created https://github.com/llvm/llvm-project/pull/68498 Work in progress implementation of the module build daemon proposed in https://discourse.llvm.org/t/rfc-modules-build-daemon-build-system-agnostic-support-for-explicitly-built-modules/71524. >From 9fe97509277f