[PATCH] D46476: [HIP] Add action builder for HIP

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 29 11:45:36 PDT 2018


tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.

One nit. LGTM otherwise.



================
Comment at: test/Driver/cuda-phases.cu:16
+// RUN: | FileCheck -check-prefixes=BIN,BIN_NV %s
+// RUN: %clang -x hip -target powerpc64le-ibm-linux-gnu -ccc-print-phases --cuda-gpu-arch=gfx803 %s 2>&1 \
+// RUN: | FileCheck -check-prefixes=BIN,BIN_AMD %s
----------------
Please wrap long RUN lines in all tests.


https://reviews.llvm.org/D46476





More information about the cfe-commits mailing list