[all-commits] [llvm/llvm-project] 2978b1: [clangd] Fix remote index build on macOS

Kirill Bobyrev via All-commits all-commits at lists.llvm.org
Fri Jul 31 05:03:30 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2978b10aa164f692d48041327e27b2811649a233
      https://github.com/llvm/llvm-project/commit/2978b10aa164f692d48041327e27b2811649a233
  Author: Kirill Bobyrev <kbobyrev at google.com>
  Date:   2020-07-31 (Fri, 31 Jul 2020)

  Changed paths:
    M llvm/cmake/modules/FindGRPC.cmake

  Log Message:
  -----------
  [clangd] Fix remote index build on macOS

macOS builds suddenly started failing:

https://github.com/kirillbobyrev/indexing-tools/runs/925090879

This patch makes use of imported libraries and fixes builds for macOS.

Landing this without a review since the patch is quite straightforward
and I've been testing it on my local macOS machine for a while.

Differential Revision: https://reviews.llvm.org/D84928




More information about the All-commits mailing list