[PATCH] D133222: use LLVM_USE_STATIC_ZSTD
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 28 10:33:27 PDT 2022
tstellar added a comment.
This change broke the CI job we have for the release branch on MacOS. It looks like the root cause is a change in the output of llvm-config:
Before: -lm;-lz;/usr/local/lib/libzstd.1.5.2.dylib;-lcurses;-lxml2
After: -lm;-lz;-lzstd;-lcurses;-lxml2
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133222/new/
https://reviews.llvm.org/D133222
More information about the llvm-commits
mailing list