We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62549db commit eaa2eacCopy full SHA for eaa2eac
clang/test/Driver/amdgpu-toolchain.c
@@ -25,8 +25,6 @@
25
// LTO: clang{{.*}} "-flto=full"{{.*}}"-fconvergent-functions"
26
// MCPU: ld.lld{{.*}}"-L."{{.*}}"-plugin-opt=mcpu=gfx906"
27
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.
30
// 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"
+// RUN: -fuse-ld=ld %s 2>&1 | FileCheck -check-prefixes=LD %s
+// LD: ld.lld"
0 commit comments