[all-commits] [llvm/llvm-project] 75d203: [bazel] Port zstd support

Aaron Siddhartha Mondal via All-commits all-commits at lists.llvm.org
Tue Mar 28 16:30:29 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 75d2032e9ba39b3ae0da17f8cd27d66030bf901c
      https://github.com/llvm/llvm-project/commit/75d2032e9ba39b3ae0da17f8cd27d66030bf901c
  Author: Aaron Siddhartha Mondal <aaron at eomii.org>
  Date:   2023-03-29 (Wed, 29 Mar 2023)

  Changed paths:
    M utils/bazel/WORKSPACE
    M utils/bazel/llvm-project-overlay/lld/BUILD.bazel
    M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
    A utils/bazel/third_party_build/zstd.BUILD

  Log Message:
  -----------
  [bazel] Port zstd support

Originally added in D128465. Used by `llvm:Support` and `lld:ELF`.

Enabled by default. Disable with `-- at llvm_zstd//:llvm_enable_zstd=false`.

Reviewed By: MaskRay, GMNGeoffrey

Differential Revision: https://reviews.llvm.org/D143344




More information about the All-commits mailing list