brintos

brintos / llvm-project-archived public Read only

0
0
Text · 298 B · 376e564 Raw
5 lines · c
1// RUN: %clang %s -mllvm -pre-RA-sched=fast -c -o %t-fast.o 2>&1 | FileCheck --allow-empty %s2// RUN: %clang %s -mllvm -pre-RA-sched=linearize -c -o %t-linearize.o 2>&1 | FileCheck --allow-empty %s3 4// CHECK-NOT: clang (LLVM option parsing): for the --pre-RA-sched option: Cannot find option named5