File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1111! potentially be something different, just check that whatever is printed to
1212! stderr looks like timing information.
1313
14- ! RUN: %flang -time -c -O3 - o /dev/null %s 2>&1 \
14+ ! RUN: %flang -time -c -o /dev/null %s 2>&1 \
1515! RUN: | FileCheck %s --check-prefix=COMPILE-ONLY
1616! RUN: %flang -time -S -emit-llvm -O3 -o /dev/null %s 2>&1 \
1717! RUN: | FileCheck %s --check-prefix=COMPILE-ONLY
18- ! RUN: %flang -time -S -O3 - o /dev/null %s 2>&1 \
18+ ! RUN: %flang -time -S -o /dev/null %s 2>&1 \
1919! RUN: | FileCheck %s --check-prefix=COMPILE-ONLY
20- ! RUN: %flang -time -O3 - o /dev/null %s 2>&1 \
20+ ! RUN: %flang -time -o /dev/null %s 2>&1 \
2121! RUN: | FileCheck %s --check-prefix=COMPILE-AND-LINK
2222
2323! COMPILE-ONLY: # {{.+}} {{[0-9]+(.[0-9]+)?}} {{[0-9]+(.[0-9]+)?}}
24+ ! COMPILE-ONLY-NOT: {{.}}
2425
2526! COMPILE-AND-LINK: # {{.+}} {{[0-9]+(.[0-9]+)?}} {{[0-9]+(.[0-9]+)?}}
2627! COMPILE-AND-LINK: # {{.+}} {{[0-9]+(.[0-9]+)?}} {{[0-9]+(.[0-9]+)?}}
You can’t perform that action at this time.
0 commit comments