[PATCH] D28320: [Driver] Driver changes to support CUDA compilation on Windows.

NAKAMURA Takumi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 6 02:26:28 PST 2017


chapuni added a comment.

It fails with LLVM_DEFAULT_TARGET_TRIPLE=i686-pc-win32, on linux.
http://bb.pgr.jp/builders/ninja-x64-msvc-RA-centos6/builds/33445
Seems it assumes Windows' layout even if the host is not Windows.

  128838 stat64("/path/to/llvm-project/clang/test/Driver/Inputs/CUDA/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v8.0", 0xffc9bdc0) = -1 ENOENT (No such file or directory)

If you wouldn't consider such a configuration, I could add exclusion to lit.cfg.


Repository:
  rL LLVM

https://reviews.llvm.org/D28320





More information about the cfe-commits mailing list