File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 55// could be something different, just check that whatever is printed to stderr
66// looks like timing information.
77
8- // RUN: %clang -time -c -O3 - o /dev/null %s 2>&1 \
8+ // RUN: %clang -time -c -o /dev/null %s 2>&1 \
99// RUN: | FileCheck %s --check-prefix=COMPILE-ONLY
10- // RUN: %clang -time -S -emit-llvm -O3 - o /dev/null %s 2>&1 \
10+ // RUN: %clang -time -S -emit-llvm -o /dev/null %s 2>&1 \
1111// RUN: | FileCheck %s --check-prefix=COMPILE-ONLY
12- // RUN: %clang -time -S -O3 - o /dev/null %s 2>&1 \
12+ // RUN: %clang -time -S -o /dev/null %s 2>&1 \
1313// RUN: | FileCheck %s --check-prefix=COMPILE-ONLY
14- // RUN: %clang -time -O3 - o /dev/null %s 2>&1 \
14+ // RUN: %clang -time -o /dev/null %s 2>&1 \
1515// RUN: | FileCheck %s --check-prefix=COMPILE-AND-LINK
1616
1717// COMPILE-ONLY: # {{.+}} {{[0-9]+(.[0-9]+)?}} {{[0-9]+(.[0-9]+)?}}
18+ // COMPILE-ONLY-NOT: {{.}}
1819
1920// COMPILE-AND-LINK: # {{.+}} {{[0-9]+(.[0-9]+)?}} {{[0-9]+(.[0-9]+)?}}
2021// COMPILE-AND-LINK: # {{.+}} {{[0-9]+(.[0-9]+)?}} {{[0-9]+(.[0-9]+)?}}
You can’t perform that action at this time.
0 commit comments