Skip to content

Commit 58761fb

Browse files
author
Wael Yehia
committed
more
1 parent da33ed9 commit 58761fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/Driver/fprofile-continuous.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 1) test on platforms that (do or do not) require runtime relocation
2-
//
2+
33
// RUN: %clang --target=x86_64-darwin -fprofile-generate -fprofile-continuous -### -c %s 2>&1 | FileCheck %s --check-prefix=NO_RELOC
44
// NO_RELOC: "-cc1" {{.*}} "-fprofile-continuous"
55
// NO_RELOC-NOT: "-mllvm" "-runtime-counter-relocation"
@@ -9,7 +9,7 @@
99
// RELOC: "-cc1" {{.*}} "-fprofile-continuous" "-mllvm" "-runtime-counter-relocation"
1010

1111
// 2) test -fprofile-continuous with cs-profile-generate and -fprofile-instr-generate
12-
//
12+
1313
// RUN: %clang --target=powerpc-ibm-aix -fprofile-instr-generate -fprofile-continuous -### -c %s 2>&1 | FileCheck %s --check-prefix=CLANG_PGO
1414
// RUN: %clang --target=powerpc64le-unknown-linux -fprofile-instr-generate= -fprofile-continuous -### -c %s 2>&1 | FileCheck %s --check-prefix=CLANG_PGO
1515
// CLANG_PGO: "-cc1" {{.*}} "-fprofile-continuous" "-mllvm" "-runtime-counter-relocation" "-fprofile-instrument-path=default.profraw"

0 commit comments

Comments
 (0)