xref: /llvm-project/clang/test/Driver/compress-zstd.c (revision a0365abad8113d7e60294c5e581c24ec06ba037e)
1*a0365abaSFangrui Song // REQUIRES: zstd
2*a0365abaSFangrui Song 
3*a0365abaSFangrui Song // RUN: %clang -### --target=aarch64-unknown-linux-gnu -gz=zstd -x assembler %s 2>&1 | FileCheck %s
4*a0365abaSFangrui Song // RUN: %clang -### --target=x86_64-pc-freebsd -gz=zstd %s 2>&1 | FileCheck %s
5*a0365abaSFangrui Song 
6*a0365abaSFangrui Song // CHECK: {{"-cc1(as)?".* "--compress-debug-sections=zstd"}}
7*a0365abaSFangrui Song // CHECK: "--compress-debug-sections=zstd"
8