rjmccall added inline comments.

================
Comment at: lib/Driver/Driver.cpp:554
+                   }) ||
+      IsHIP) {
     const ToolChain *HostTC = C.getSingleOffloadToolChain<Action::OFK_Host>();
----------------
It seems to me that it wouldn't be too hard to do your TODO here; it's 
basically just checking for HIP (and remembering that you saw it) in the any_of 
function, right?


https://reviews.llvm.org/D46475



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

Reply via email to