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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
