With this, check-clang-tools unit tests are complete, but the lit tests still don't run the one XPC test since this is still missing build files for the xpc framework.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM, just a couple of comments.
llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/BUILD.gn | ||
---|---|---|
17 ↗ | (On Diff #193264) | Missing ":conversions" in deps. |
llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/enable.gni | ||
3 ↗ | (On Diff #193264) | Is it ok to keep this = current_os == "mac", from the CL description I had the feeling that xpc tests were still disabled. |
llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/BUILD.gn | ||
---|---|---|
17 ↗ | (On Diff #193264) | Thanks! Done. |
llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/enable.gni | ||
3 ↗ | (On Diff #193264) | Yes, because clang-tools/extra/test/BUILD.gn still has CLANGD_BUILD_XPC_SUPPORT=0, so lit thinks xpc support isn't available and doesn't run the xpc lit tests. And the xpc unit tests pass, so they run after this change. |