Files
clang-p2996/llvm/utils/gn/build/libs/zstd/enable.gni
pcc 303f140594 gn build: Support llvm_enable_zstd.
Reviewers: aeubanks

Reviewed By: aeubanks

Pull Request: https://github.com/llvm/llvm-project/pull/88457
2024-06-04 11:28:24 -07:00

5 lines
99 B
Plaintext

declare_args() {
# Whether to include code that links against zstd.
llvm_enable_zstd = false
}