Re: [PATCH] D14556: [CUDA] Detect and link with CUDA's libdevice bitcode library.

2015-11-17 Thread Artem Belevich via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL253387: [CUDA] Detect and link with CUDA's libdevice bitcode library. (authored by tra). Changed prior to commit: http://reviews.llvm.org/D14556?vs=39863&id=40434#toc Repository: rL LLVM http://revi

Re: [PATCH] D14556: [CUDA] Detect and link with CUDA's libdevice bitcode library.

2015-11-12 Thread Eric Christopher via cfe-commits
echristo accepted this revision. echristo added a comment. This revision is now accepted and ready to land. A couple of inline comments, but this is fine for now. We need a command line option to select CUDA version as well. -eric Comment at: lib/Driver/ToolChains.cpp:1635 @@