tra added inline comments.
================ Comment at: lib/Driver/Driver.cpp:2600-2603 + // When saving temps, add extra actions to write unoptimized and optimized + // IR besides the normal bitcode outputs if possible. This is not possible + // for multi-arch builds because in these builds we check that we can lipo + // all action outputs. ---------------- I'm not sure I understand why unoptimized IR can't be written out for multi-arch builds like CUDA. Could you elaborate? https://reviews.llvm.org/D33108 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits