mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 13:06:09 +00:00

The test previous accidentally passed because it was looking for a lack of specific input from the binary(!) output being sent to stdout.
5 lines
298 B
C
5 lines
298 B
C
// RUN: %clang %s -mllvm -pre-RA-sched=fast -c -o %t-fast.o 2>&1 | FileCheck --allow-empty %s
|
|
// RUN: %clang %s -mllvm -pre-RA-sched=linearize -c -o %t-linearize.o 2>&1 | FileCheck --allow-empty %s
|
|
|
|
// CHECK-NOT: clang (LLVM option parsing): for the --pre-RA-sched option: Cannot find option named
|