[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Driver / compress-zstd.c
blob84b26354589e957e593f2a223bd8c5101c3d45b7
1 // REQUIRES: zstd
3 // RUN: %clang -### --target=aarch64-unknown-linux-gnu -gz=zstd -x assembler %s 2>&1 | FileCheck %s
4 // RUN: %clang -### --target=x86_64-pc-freebsd -gz=zstd %s 2>&1 | FileCheck %s
6 // CHECK: {{"-cc1(as)?".* "--compress-debug-sections=zstd"}}
7 // CHECK: "--compress-debug-sections=zstd"