8 lines · c
1// REQUIRES: zstd2 3// RUN: %clang -### --target=aarch64-unknown-linux-gnu -gz=zstd -x assembler %s 2>&1 | FileCheck %s4// RUN: %clang -### --target=x86_64-pc-freebsd -gz=zstd %s 2>&1 | FileCheck %s5 6// CHECK: {{"-cc1(as)?".* "--compress-debug-sections=zstd"}}7// CHECK: "--compress-debug-sections=zstd"8