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 6089e4f commit d6a326fCopy full SHA for d6a326f
clang/test/Driver/fprofile-generate-cold-function-coverage.c
@@ -2,7 +2,7 @@
2
// CHECK: "--instrument-cold-function-only-path=default_%m.profraw"
3
// CHECK: "--pgo-instrument-cold-function-only"
4
// CHECK: "--pgo-function-entry-coverage"
5
-// CHECK: "-fprofile-instrument=coldcov"
+// CHECK: "-fprofile-instrument=sample-coldcov"
6
// CHECK-NOT: "-fprofile-instrument-path=
7
8
// RUN: %clang -### -c -fprofile-generate-cold-function-coverage=dir %s 2>&1 | FileCheck %s --check-prefix=CHECK-EQ
0 commit comments