[PATCH] D85309: [Driver] Support GNU ld on Solaris

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 31 11:19:43 PDT 2023


MaskRay added inline comments.


================
Comment at: clang/test/Driver/hip-link-bundle-archive.hip:59
 // RUN: %clang -### --offload-arch=gfx906 --offload-arch=gfx1030 \
-// RUN:   --target=x86_64-pc-windows-msvc \
+// RUN:   --target=x86_64-pc-windows-msvc -fuse-ld= \
 // RUN:   -nogpuinc -nogpulib %s -fgpu-rdc -L%t -lhipBundled2 \
----------------
Any idea why `-fuse-ld=` is now needed?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85309/new/

https://reviews.llvm.org/D85309



More information about the cfe-commits mailing list