We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185013d commit d27b627Copy full SHA for d27b627
compiler-rt/test/profile/ContinuousSyncMode/basic.c
@@ -5,7 +5,11 @@
5
// RUN: env LLVM_PROFILE_FILE="%c%t.profraw" %run %t.exe
6
// RUN: llvm-profdata show --counts --all-functions %t.profraw | FileCheck %s -check-prefix=CHECK-COUNTS
7
// 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 %}
+//
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: %}
13
14
// CHECK-COUNTS: Counters:
15
// CHECK-COUNTS-NEXT: main:
0 commit comments