[PATCH] D11573: --cuda-host-only should not disable linking phase.

Eric Christopher echristo at gmail.com
Tue Jul 28 13:49:18 PDT 2015


echristo accepted this revision.
echristo added a comment.

One inline comment.

-eric


================
Comment at: test/Driver/cuda-options.cu:30
@@ -29,3 +29,3 @@
 // RUN:    -check-prefix CUDA-H -check-prefix CUDA-H-NI \
-// Make sure we don't link anything.
-// RUN:    -check-prefix CUDA-NL %s
+// Make linking is allowed to happen, even if we're missing GPU code.
+// RUN:    -check-prefix CUDA-L %s
----------------
Grammar?


http://reviews.llvm.org/D11573







More information about the cfe-commits mailing list