[PATCH] D40250: [OpenMP] Consistently use cubin extension for nvlink

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 20 13:55:37 PST 2017


tra added a comment.

Looks OK to me.  I'll defer to gtbercea@ for the final stamp.



================
Comment at: test/Driver/openmp-offload-gpu.c:34
+/// Check cubin file generation and usage by nvlink when toolchain has BindArchAction
+// RUN:   %clang -### -no-canonical-prefixes -target x86_64-apple-darwin17.0.0 -fopenmp=libomp -fopenmp-targets=nvptx64-nvidia-cuda %s 2>&1 \
+// RUN:   | FileCheck -check-prefix=CHK-CUBIN-NVLINK %s
----------------
Please split long RUN lines. here and below. 


https://reviews.llvm.org/D40250





More information about the cfe-commits mailing list