This is an archive of the discontinued LLVM Phabricator instance.

Silence unused argument warning for --cuda-host-only.
ClosedPublic

Authored by tra on Jul 28 2015, 1:33 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

tra updated this revision to Diff 30850.Jul 28 2015, 1:33 PM
tra retitled this revision from to Silence unused argument warning for --cuda-host-only..
tra updated this object.
tra added reviewers: echristo, samsonov.
tra added a subscriber: cfe-commits.
samsonov accepted this revision.Jul 28 2015, 1:47 PM
samsonov edited edge metadata.

LGTM

test/Driver/cuda-options.cu
78 ↗(On Diff #30850)

s/warnging/warning

This revision is now accepted and ready to land.Jul 28 2015, 1:47 PM
echristo accepted this revision.Jul 28 2015, 1:48 PM
echristo edited edge metadata.

Sure. It's probably not ideal, but seems to work. Couple of silly nits inline.

-eric

test/Driver/cuda-options.cu
72 ↗(On Diff #30850)

"not ever" -> never

78 ↗(On Diff #30850)

"warning"

tra updated this revision to Diff 30852.Jul 28 2015, 1:53 PM
tra edited edge metadata.
tra marked 3 inline comments as done.

Fixed spelling/phrasing errors.

This revision was automatically updated to reflect the committed changes.