1declare_args() {
2  # Whether to build clangd's XPC components.
3  clangd_build_xpc = current_os == "mac"
4}
5