Hahnfeld added inline comments.

================
Comment at: clang/tools/nvptx-arch/CMakeLists.txt:28
+
+clang_target_link_libraries(nvptx-arch PRIVATE ${cuda-library})
----------------
This broke my build with `CLANG_LINK_CLANG_DYLIB`; we must use the standard 
CMake `target_link_libraries` for the CUDA libraries. I fixed this in commit 
rGf3c9342a3d56e1782e3b6db081401af334648492.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140433

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to