Hahnfeld accepted this revision. Hahnfeld added a comment. This revision is now accepted and ready to land.
LGTM with one small note ================ Comment at: lib/Driver/Driver.cpp:564 + auto &CudaTC = + ToolChains[TT.str() + "/" + HostTC->getTriple().normalize()]; + if (!CudaTC) ---------------- The code above uses `HostTriple.str()`, maybe better align to this? Repository: rL LLVM https://reviews.llvm.org/D29658 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits