brintos

brintos / llvm-project-archived public Read only

0
0
Text · 209 B · 0314448 Raw
6 lines · c
1// RUN: %clang_cc1 %s -O900 -o /dev/null 2>&1 | FileCheck %s2 3// RUN: %clang_cc1 %s -O8 -o /dev/null 2>&1 | FileCheck %s4 5// CHECK: warning: optimization level '-O{{.*}}' is not supported; using '-O3' instead6