[libc-commits] [PATCH] D146861: [libc] Enable integration tests targeting NVIDIA GPUs

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Mar 24 20:25:12 PDT 2023


sivachandra added inline comments.


================
Comment at: libc/cmake/modules/LLVMLibCTestRules.cmake:517
+    ${fq_build_target_name}
+    # The NVIDIA 'nvlink' linker does not currently support static libraries.
+    $<$<NOT:$<BOOL:${LIBC_TARGET_ARCHITECTURE_IS_GPU}>>:${fq_target_name}.__libc__>
----------------
What will the `add_library` listing on line 472 do in that case?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146861



More information about the libc-commits mailing list