[PATCH] D137885: [modules] Support zstd in .pcm file
Douglas Yung via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 23 12:29:53 PST 2022
dyung added a comment.
In D137885#3947532 <https://reviews.llvm.org/D137885#3947532>, @dyung wrote:
> @MaskRay your change seems to be causing 1509 failures on the linux PS4 bot. Most of the errors look similar to this:
>
> error: 'error' diagnostics seen but not expected:
> (frontend): malformed or corrupted AST file: 'LLVM was not built with LLVM_ENABLE_ZSTD or did not find zstd at build time'
> 1 error generated.
>
> Can you take a look?
Sorry, forgot to include a link to the failing buildbot: https://lab.llvm.org/buildbot/#/builders/139/builds/31513
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137885/new/
https://reviews.llvm.org/D137885
More information about the cfe-commits
mailing list