[PATCH] D42920: [CUDA] Fix test cuda-external-tools.cu
Jonas Hahnfeld via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 12 02:43:16 PST 2018
Hahnfeld added inline comments.
================
Comment at: test/Driver/cuda-external-tools.cu:11
+// RUN: | FileCheck -check-prefix CHECK -check-prefix ARCH64 \
+// RUN: -check-prefix SM20 -check-prefix OPT0 %s
// RUN: %clang -### -target x86_64-linux-gnu -O1 -c %s 2>&1 \
----------------
tra wrote:
> Nit: I'd use --check-prefixes=CHECK,ARCH64,SM20,OPT0 . Up to you.
Did some search-and-replace magic, don't know why this change didn't occur to me...
https://reviews.llvm.org/D42920
More information about the cfe-commits
mailing list