mdouble.c 259 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 // RUN: %clang -target avr -c -### %s -mdouble=64 2>&1 | FileCheck %s // CHECK: "-mdouble=64" // RUN: %clang -target aarch64 -c -### %s -mdouble=64 2>&1 | FileCheck --check-prefix=ERR %s // ERR: error: unsupported option '-mdouble=64' for target 'aarch64'