[PATCH] D42642: [CUDA] Detect installation in PATH
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 1 13:59:46 PDT 2019
aganea added a subscriber: rnk.
aganea added a comment.
So it turns out this is a symlink issue. The file `clang/trunk/test/Driver/Inputs/CUDA-symlinks/usr/bin/ptxas` has been synchronized on my Windows 10 PC as a regular text file, not a symlink. It looks like TortoiseSVN doesn't implement symlinks. As WSL inherits of my file system, it will not find the symbolic link. I suppose `REQUIRES: !system-windows` isn't enough for `cuda-detect-path.cu`, and it would need something like `REQUIRES: symlinks` along with support in lit. @rnk
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D42642/new/
https://reviews.llvm.org/D42642
More information about the llvm-commits
mailing list