tra added inline comments. ================ Comment at: test/Driver/cuda-march.cu:22-28 @@ +21,9 @@ + +// SM30:clang +// SM30: "-cc1" +// SM30-SAME: "-triple" "nvptx +// SM30-SAME: "-target-cpu" "sm_30" +// SM30: ptxas +// SM30-SAME: "--gpu-name" "sm_30" + +// HASWELL:clang ---------------- You don't need SM30 checks these now. Speaking of checks, you only need one check label now as all runs check for both SM20 and HASWELL.
http://reviews.llvm.org/D21419 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits