File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
// 1) test on platforms that (do or do not) require runtime relocation
2
- //
2
+
3
3
// RUN: %clang --target=x86_64-darwin -fprofile-generate -fprofile-continuous -### -c %s 2>&1 | FileCheck %s --check-prefix=NO_RELOC
4
4
// NO_RELOC: "-cc1" {{.*}} "-fprofile-continuous"
5
5
// NO_RELOC-NOT: "-mllvm" "-runtime-counter-relocation"
9
9
// RELOC: "-cc1" {{.*}} "-fprofile-continuous" "-mllvm" "-runtime-counter-relocation"
10
10
11
11
// 2) test -fprofile-continuous with cs-profile-generate and -fprofile-instr-generate
12
- //
12
+
13
13
// RUN: %clang --target=powerpc-ibm-aix -fprofile-instr-generate -fprofile-continuous -### -c %s 2>&1 | FileCheck %s --check-prefix=CLANG_PGO
14
14
// RUN: %clang --target=powerpc64le-unknown-linux -fprofile-instr-generate= -fprofile-continuous -### -c %s 2>&1 | FileCheck %s --check-prefix=CLANG_PGO
15
15
// CLANG_PGO: "-cc1" {{.*}} "-fprofile-continuous" "-mllvm" "-runtime-counter-relocation" "-fprofile-instrument-path=default.profraw"
You can’t perform that action at this time.
0 commit comments