[PATCH] D136651: [Clang] Give Clang the ability to use a shared stat cache

Mike Hommey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 00:25:55 PST 2023


glandium added a comment.

In D136651#4064260 <https://reviews.llvm.org/D136651#4064260>, @glandium wrote:

> This broke our mac builds with errors like:
>
>   ld64.lld: error: undefined symbol: CFRunLoopRun
>   >>> referenced by tools/clang/tools/clang-stat-cache/CMakeFiles/clang-stat-cache.dir/clang-stat-cache.cpp.o:(symbol main+0x11be)
>
> (and many more symbols)

Additional information: those are cross-compiled, and for some reason the `-framework CoreServices` in the CMakeLists.txt doesn't seem to make it to the command line, which is surprising because something similar works fine for e.g. dsymutil.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136651/new/

https://reviews.llvm.org/D136651



More information about the llvm-commits mailing list