Skip to content

Commit 37565e6

Browse files
committed
Do not specify -target-cpu in host compilation
1 parent b3e74e3 commit 37565e6

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)