bolt/deps/llvm-18.1.8/clang/test/Driver/claim-unused.c

4 lines
177 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: touch %t.o
// RUN: %clang --param ssp-buffer-size=1 %t.o -### 2>&1 | FileCheck %s
// CHECK-NOT: warning: argument unused during compilation: '--param ssp-buffer-size=1'