[Driver][test] fix cuda-simple.cu: -fsyntax-only -c => -c
authorFangrui Song <i@maskray.me>
Wed, 17 May 2023 07:18:55 +0000 (00:18 -0700)
committerFangrui Song <i@maskray.me>
Wed, 17 May 2023 07:18:55 +0000 (00:18 -0700)
commitc5a80c2128887f5509400909308fc39cc901aa61
tree8b5c2cc4a139513e2f13eb681f4271afff9211fe
parente335e8a43287b8258c719d7a21c4264b0550c554
[Driver][test] fix cuda-simple.cu: -fsyntax-only -c => -c

-fsyntax -c is supposed to lead to a -Wunused-command-line-argument
warning. There is currently no due to a gcov FIXME in
addPGOAndCoverageFlags.
clang/test/Driver/cuda-simple.cu