[PATCH] D128465: [llvm] add zstd to `llvm::compression` namespace

Cole Kissane via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 10:16:47 PDT 2022


ckissane added a comment.

In D128465#3651025 <https://reviews.llvm.org/D128465#3651025>, @aemerson wrote:

> I just reverted this in 6e6be5f9504d <https://reviews.llvm.org/rG6e6be5f9504d3de7a5e94bdc3c8ba96d2f6a88a8> because it seems to have broken macOS builds:
>
>   llvm/lib/Support/Compression.cpp:24:10: fatal error: 'zstd.h' file not found
>   #include <zstd.h>
>            ^~~~~~~~

@aemerson Could you provide the output of your cmake command?
(I can't easily reproduce because I don't have a mac on hand)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128465



More information about the llvm-commits mailing list