[PATCH] D137885: [modules] Support zstd in .pcm file
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 23 13:23:41 PST 2022
MaskRay 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?
Back from lunch. Sorry for the breakage. I picked the wrong zlib header... Fixed now.
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