aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver/compress-zstd.c
blob: 84b26354589e957e593f2a223bd8c5101c3d45b7 (plain)
1
2
3
4
5
6
7
// REQUIRES: zstd

// RUN: %clang -### --target=aarch64-unknown-linux-gnu -gz=zstd -x assembler %s 2>&1 | FileCheck %s
// RUN: %clang -### --target=x86_64-pc-freebsd -gz=zstd %s 2>&1 | FileCheck %s

// CHECK: {{"-cc1(as)?".* "--compress-debug-sections=zstd"}}
// CHECK: "--compress-debug-sections=zstd"