bolt/deps/llvm-18.1.8/clang/test/Driver/darwin-warning-options.c
2025-02-14 19:21:04 +01:00

5 lines
215 B
C

// Always error about undefined 'TARGET_OS_*' macros on Darwin.
// RUN: %clang -### --target=arm64-apple-darwin %s 2>&1 | FileCheck %s
// CHECK-DAG: "-Wundef-prefix=TARGET_OS_"
// CHECK-DAG: "-Werror=undef-prefix"