Skip to content

Commit d27b627

Browse files
author
Wael Yehia
committed
add comment and format ContinuousSyncMode/basic.c
1 parent 185013d commit d27b627

File tree

1 file changed

+5
-1
lines changed
  • compiler-rt/test/profile/ContinuousSyncMode

1 file changed

+5
-1
lines changed

compiler-rt/test/profile/ContinuousSyncMode/basic.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
// RUN: env LLVM_PROFILE_FILE="%c%t.profraw" %run %t.exe
66
// RUN: llvm-profdata show --counts --all-functions %t.profraw | FileCheck %s -check-prefix=CHECK-COUNTS
77
// RUN: llvm-profdata merge -o %t.profdata %t.profraw
8-
// RUN: %if !target={{.*aix.*}} %{ llvm-cov report %t.exe -instr-profile %t.profdata | FileCheck %s -check-prefix=CHECK-COVERAGE %}
8+
//
9+
// COM: The "report" and "show" commands of llvm-cov are not supported on AIX.
10+
// RUN: %if !target={{.*aix.*}} %{ \
11+
// RUN: llvm-cov report %t.exe -instr-profile %t.profdata | FileCheck %s -check-prefix=CHECK-COVERAGE \
12+
// RUN: %}
913

1014
// CHECK-COUNTS: Counters:
1115
// CHECK-COUNTS-NEXT: main:

0 commit comments

Comments
 (0)