Skip to content

Commit 0e354c0

Browse files
Dmitry Chernenkovsmallp-o-p
Dmitry Chernenkov
authored and
smallp-o-p
committed
Revert "specify clang --target to fix breakage on AIX (llvm#114127)"
This reverts commit cc60c46.
1 parent 8bf04a2 commit 0e354c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/pgo-cold-function-coverage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Test -fprofile-generate-cold-function-coverage
22

33
// RUN: rm -rf %t && split-file %s %t
4-
// RUN: %clang --target=x86_64 -O2 -fprofile-generate-cold-function-coverage=/xxx/yyy/ -fprofile-sample-accurate -fprofile-sample-use=%t/pgo-cold-func.prof -S -emit-llvm -o - %t/pgo-cold-func.c | FileCheck %s
4+
// RUN: %clang -O2 -fprofile-generate-cold-function-coverage=/xxx/yyy/ -fprofile-sample-accurate -fprofile-sample-use=%t/pgo-cold-func.prof -S -emit-llvm -o - %t/pgo-cold-func.c | FileCheck %s
55

66
// CHECK: @__llvm_profile_filename = {{.*}} c"/xxx/yyy/default_%m.profraw\00"
77

0 commit comments

Comments
 (0)