thakis added a subscriber: thakis.
thakis added a comment.

I don't understand the changes to Driver.cpp lines 1760 and down. The rest 
looks good to me.


================
Comment at: lib/Driver/Driver.cpp:1761
@@ -1747,1 +1760,3 @@
+    const ActionList *BackendInputs =
+      (EmbedBitcode ? Inputs : &(*Inputs)[0]->getInputs());
     // Compile job may be wrapped in CudaHostAction, extract it if
----------------
Why is this change needed? If its needed, is the preceding comment out of date 
now?


http://reviews.llvm.org/D17390



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

Reply via email to