This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] Fix test cuda-external-tools.cu
ClosedPublic

Authored by Hahnfeld on Feb 5 2018, 11:20 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

Hahnfeld created this revision.Feb 5 2018, 11:20 AM
tra accepted this revision.Feb 9 2018, 5:30 PM
tra added inline comments.
test/Driver/cuda-external-tools.cu
11 ↗(On Diff #132863)

Nit: I'd use --check-prefixes=CHECK,ARCH64,SM20,OPT0 . Up to you.

This revision is now accepted and ready to land.Feb 9 2018, 5:30 PM
Hahnfeld updated this revision to Diff 133816.Feb 12 2018, 2:43 AM
Hahnfeld marked an inline comment as done.

Use --check-prefixes instead of multiple --check-prefix.

test/Driver/cuda-external-tools.cu
11 ↗(On Diff #132863)

Did some search-and-replace magic, don't know why this change didn't occur to me...

This revision was automatically updated to reflect the committed changes.