tra added inline comments. ================ Comment at: test/Driver/cuda_phases.cu:1 @@ +1,2 @@ +// RUN: %clang -target powerpc64le-ibm-linux-gnu -ccc-print-phases --cuda-gpu-arch=sm_30 %s 2>&1 \ +// RUN: | FileCheck -check-prefix=BIN %s ---------------- Few words describing the test would be nice to have.
You may also want to add few `REQUIRES` fields so the test does not break for builds w/o PPC or NVPTX. ``` // REQUIRES: clang-driver // REQUIRES: nvptx-registered-target // REQUIRES: powerpc-registered-target ``` I wonder if the test need host arch specified at all. I think it should be able to run on any host as long as it supports NVPTX. http://reviews.llvm.org/D18171 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits