Issue 58205
Summary Please backport zstd fixes to 15.x
Labels cmake, release:backport
Assignees
Reporter mgorny
    ```
commit 2d4fd0b6d5d5582ebb8b521d807104235d67aee4
Author: Petr Hosek <[email protected]>
Date:   2022-09-30 22:33:13 +0200

    [CMake] Provide Findzstd module
    
    This module is used to find the system zstd library. The imported
    targets intentionally use the same name as the generate zstd config
    CMake file so these can be used interchangeably.
    
    Differential Revision: https://reviews.llvm.org/D134990

commit bc4bcbcfc820b324f680e8f260691c38052eedc9
Author: Michał Górny <[email protected]>
Date:   2022-10-06 14:41:52 +0200

    [llvm] [test] Add missing canonicalization of LLVM_ENABLE_ZSTD
    
    Add LLVM_ENABLE_ZSTD to llvm_canonicalize_cmake_booleans().  This is
    needed to ensure that the substitutions in lit.site.cfg.py resolve
    to correct Python booleans.
    
    Differential Revision: https://reviews.llvm.org/D135357
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to