gtbercea updated this revision to Diff 110447.
gtbercea added a comment.
Add comment.
https://reviews.llvm.org/D36537
Files:
lib/Driver/ToolChains/Cuda.cpp
Index: lib/Driver/ToolChains/Cuda.cpp
===
--- lib/Driver/ToolChains/Cud
hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.
I think this is fine, but please add a comment explaining that you're doing
this to find (e.g., to find the offload bundler, etc.).
Repository:
rL LLVM
https://reviews.llvm.org/D36537
gtbercea created this revision.
Invoking the compiler inside a script causes the clang-offload-bundler
executable to not be found. This patch fixes this error.
Repository:
rL LLVM
https://reviews.llvm.org/D36537
Files:
lib/Driver/ToolChains/Cuda.cpp
Index: lib/Driver/ToolChains/Cuda.cpp