[PATCH] D46476: [HIP] Add action builder for HIP
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 29 12:08:12 PDT 2018
yaxunl marked an inline comment as done.
yaxunl added inline comments.
================
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
----------------
tra wrote:
> Please wrap long RUN lines in all tests.
will do when commit. Thanks!
https://reviews.llvm.org/D46476
More information about the cfe-commits
mailing list