xref: /llvm-project/clang/test/CodeGen/pre-ra-sched.c (revision 603818b97c795114f66a6fc13e8a5f0e54b49a13)
1 // RUN: %clang %s -mllvm -pre-RA-sched=fast -c -o %t-fast.o 2>&1 | FileCheck --allow-empty %s
2 // RUN: %clang %s -mllvm -pre-RA-sched=linearize -c -o %t-linearize.o 2>&1 | FileCheck --allow-empty %s
3 
4 // CHECK-NOT: clang (LLVM option parsing): for the --pre-RA-sched option: Cannot find option named
5