jlebar added a comment.

I'm sorry I sat on this for so long; I failed at email somehow, and only came 
back to ping this patch.  :)


================
Comment at: lib/Driver/ToolChains.cpp:4125
@@ +4124,3 @@
+                              ArgStringList &LDArgs) const {
+  if (DriverArgs.hasArg(options::OPT_nocudalib) || !CudaInstallation.isValid())
+    return;
----------------
tra wrote:
> We may need a new option as -nocudalib is currently used to disable linking 
> with libdevice bitcode library.
Hm...I don't want to over-complicated the UI.  Is there prior art for what 
we're doing here that we could crib off?


http://reviews.llvm.org/D15596



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to