Files
clang-p2996/clang/test/Driver/mdouble.c
Fangrui Song 9ca2d60213 [Driver][test] Replace legacy -target with --target=
Similar to previous cleanup.

While changing mips* tests, change some -no-integrated-as to the
recommended -fno-integrated-as.
2024-05-27 18:55:03 -07:00

8 lines
265 B
C

// RUN: %clang --target=avr -c -### %s -mdouble=64 2>&1 | FileCheck %s
// CHECK: "-mdouble=64"
// RUN: not %clang --target=aarch64 -c -### %s -mdouble=64 2>&1 | FileCheck --check-prefix=ERR %s
// ERR: error: unsupported option '-mdouble=64' for target 'aarch64'