Skip to content

Commit eaa2eac

Browse files
committed
[AMDGPU] Fix linker test on platforms without BFD
1 parent 62549db commit eaa2eac

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

clang/test/Driver/amdgpu-toolchain.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
// LTO: clang{{.*}} "-flto=full"{{.*}}"-fconvergent-functions"
2626
// MCPU: ld.lld{{.*}}"-L."{{.*}}"-plugin-opt=mcpu=gfx906"
2727

28-
// We do not suppor the BFD linker, but we should be able to override the
29-
// default even if it will error during linking.
3028
// RUN: %clang -### --target=amdgcn-amd-amdhsa -mcpu=gfx906 -nogpulib \
31-
// RUN: -fuse-ld=bfd %s 2>&1 | FileCheck -check-prefixes=LD %s
32-
// LD: ld.bfd"
29+
// RUN: -fuse-ld=ld %s 2>&1 | FileCheck -check-prefixes=LD %s
30+
// LD: ld.lld"

0 commit comments

Comments
 (0)