[PATCH] D60124: gn build: Add build files for non-framework xpc clangd bits
Mirko Bonadei via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 2 07:17:34 PDT 2019
mbonadei accepted this revision.
mbonadei added a comment.
This revision is now accepted and ready to land.
LGTM, just a couple of comments.
================
Comment at: llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/BUILD.gn:17
+ configs += [ "//llvm/utils/gn/build:clang_code" ]
+ deps = [
+ "//clang-tools-extra/clangd",
----------------
Missing ":conversions" in deps.
================
Comment at: llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/enable.gni:3
+ # Whether to build clangd's XPC components.
+ clangd_build_xpc = current_os == "mac"
+}
----------------
Is it ok to keep this ` = current_os == "mac"`, from the CL description I had the feeling that xpc tests were still disabled.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60124/new/
https://reviews.llvm.org/D60124
More information about the cfe-commits
mailing list