[PATCH] D141467: [clang][Driver][CUDA] Get rid of unused LibPath

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 11 13:53:52 PST 2023


tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.

Given that it's indeed unused, I'm fine with removing it.

That said, it's somewhat odd that in your setup clang was able to find everything but the library directory. You generally would need to have `--cuda-path=` among compiler options and that should be pointing to a valid CUDA installation.

Can you elaborate on where/how clang manages to find CUDA headers in your case?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141467



More information about the cfe-commits mailing list