[PATCH] D84928: [clangd] Fix remote index build on macOS
Kirill Bobyrev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 30 11:41:19 PDT 2020
kbobyrev added a comment.
Hmm, apparently `link_libraries` is not supposed to be used this way as it adds to linker search path _after_ it's called (from the docs) but this still worked for me on mac before. Hence I was relying on incorrect behaviour, my bad.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84928/new/
https://reviews.llvm.org/D84928
More information about the llvm-commits
mailing list