bolt/deps/llvm-18.1.8/clang/test/Driver/mlong-double-64.c
2025-02-14 19:21:04 +01:00

11 lines
662 B
C

// RUN: %clang -target powerpc-linux-musl -c -### %s -mlong-double-64 2>&1 | FileCheck %s
// RUN: %clang -target powerpc64-pc-freebsd12 -c -### %s -mlong-double-64 2>&1 | FileCheck %s
// RUN: %clang -target powerpc64le-linux-musl -c -### %s -mlong-double-64 2>&1 | FileCheck %s
// RUN: %clang -target i686-linux-gnu -c -### %s -mlong-double-64 2>&1 | FileCheck %s
// RUN: %clang -target x86_64-linux-musl -c -### %s -mlong-double-64 2>&1 | FileCheck %s
// CHECK: "-mlong-double-64"
// RUN: not %clang --target=aarch64 -c -### %s -mlong-double-64 2>&1 | FileCheck --check-prefix=ERR %s
// ERR: error: unsupported option '-mlong-double-64' for target 'aarch64'