Skip to content

Commit cab893a

Browse files
lalaniket8anikelal
andauthored
[Clang][Driver][HIP] Do not specify explicit target cpu in host compilation run line (#126488)
This PR fixes the post merge check fails from PR #125646 Co-authored-by: anikelal <[email protected]>
1 parent 4dec390 commit cab893a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/dep-file-flag-with-multiple-offload-archs.hip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
// CHECK-NOT: {{.*}}clang{{.*}}"-target-cpu" "gfx1101"{{.*}}"-dependency-file" "tmp.d"
99
// CHECK: {{.*}}lld{{.*}}"-plugin-opt=mcpu=gfx1101"
1010
// CHECK: {{.*}}clang-offload-bundler
11-
// CHECK: {{.*}}clang{{.*}}"-target-cpu" "x86-64"{{.*}}"-dependency-file" "tmp.d"
11+
// CHECK: {{.*}}clang{{.*}}"-target-cpu"{{.*}}"-dependency-file" "tmp.d"
1212

1313
void main(){}

0 commit comments

Comments
 (0)